Skip to content

Commit

Permalink
findSim fix for cleaning up of model from memory after file dump
Browse files Browse the repository at this point in the history
  • Loading branch information
upibhalla committed Sep 22, 2023
1 parent 2597733 commit 8282172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions findSim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1369,6 +1369,7 @@ def saveTweakedModel( origFname, dumpFname, mapFile, scaleParam ):
sp.extend( i )
localSW.deleteSimulation()
localSW.loadModelFile( origFname, silentDummyModify, sp, dumpFname, "")
localSW.deleteSimulation()

def dummyModify( erSPlist, modelWarning ):
#raise SimError( "dummyModify: should never be called\n")
Expand Down

0 comments on commit 8282172

Please sign in to comment.