Skip to content

Commit

Permalink
Wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Spokhim committed Feb 10, 2021
1 parent bf79712 commit 952ec00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Je_Bif_Checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#matplotlib.rcParams['figure.figsize'] = (10.0, 5.0)

# Get all the file names.
#TseriesFile = glob.glob(r"do-not-track\\2020_12_26\\LCycle*Tseries*.csv")
TseriesFile = glob.glob(r"D:\\Simulations\\2020_09_23\\LCycle*Tseries*.csv")
TseriesFile = glob.glob(r"do-not-track\\2020_12_26\\LCycle*Tseries*.csv")
#TseriesFile = glob.glob(r"D:\\Simulations\\2020_09_23\\LCycle*Tseries*.csv")

# Import SCM, don't worry about re-ordering. Needed to Calculate J_e

Expand Down

0 comments on commit 952ec00

Please sign in to comment.