Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/BhallaLab/FindSim into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
upibhalla committed Apr 25, 2024
2 parents 4b5b9dd + c1988e1 commit 05903d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simWrapHillTau.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def setupModifyDict( self ):
author = ""
self.modifiedModelDict["Author"] = author + ": Programmatic modification by findSim at " + datetime.today().strftime('%Y-%m-%d %H:%M:%S')

def loadModelFile( self, fname, modifyFunc, scaleParam, dumpFname, paramFname ):
def loadModelFile( self, fname, modifyFunc, scaleParam, dumpFname, paramFname, chemFile = None ):
#t0 = time.time()
#print( "Loading model file ", fname, " with numScale = ", len(scaleParam) )
self.turnOffElec = True
Expand Down

0 comments on commit 05903d1

Please sign in to comment.