Skip to content

Commit

Permalink
removed second shopen
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Mar 21, 2024
1 parent 59b46e6 commit 25d7b3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bgcval2/timeseries/timeseriesAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def loadModel(self):
if glob.glob(self.shelvefn+'*'): # shelve files have .bak .dat .dir files now
sh = shOpen(self.shelvefn)
print('Shelf opens fine:', self.shelvefn)
# sh = shOpen(self.shelvefn)
print (sh.keys())
readFiles = sh['readFiles']
modeldataD = sh['modeldata']
Expand Down

0 comments on commit 25d7b3b

Please sign in to comment.