Skip to content

Commit

Permalink
Changed some comments and import statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mghosh00 committed Dec 5, 2024
1 parent 960e76f commit 969d4ea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions python_examples/NI_example/NI_flow.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
#
# Example simulation script running with Ireland parameters
# Example simulation script running with Northern Ireland parameters
# Incorporates both age and spatial stratification.
# We also record secondary infections, serial intervals and generation times.
#

import os
import sys
import logging
import pandas as pd
import matplotlib.pyplot as plt

import pyEpiabm as pe

# Add plotting functions to path
# sys.path.append(os.path.join(os.path.dirname(__file__), os.path.pardir,
# "./age_stratified_example"))
# from age_stratified_plot import Plotter # noqa

# Setup output for logging file
logging.basicConfig(filename='sim.log', filemode='w+', level=logging.DEBUG,
format=('%(asctime)s - %(name)s'
Expand Down

0 comments on commit 969d4ea

Please sign in to comment.