Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsets are not recognized with findSim.py #39

Open
nishaann opened this issue Sep 1, 2021 · 0 comments
Open

Subsets are not recognized with findSim.py #39

nishaann opened this issue Sep 1, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nishaann
Copy link

nishaann commented Sep 1, 2021

findSim.py gives the following Error when an experiment that has subsets is being used:

File "FindSim/findSim.py", line 1126, in innerMain
sw.loadModelFile( model.fileName, model.modify, scaleParam, dumpFname, paramFname )
File "/home/bhalla/nishaav/SynPlast/HTAutSim/FindSim/simWrapHillTau.py", line 210, in loadModelFile
modifyFunc( {}, "" ) # Callback.
File "FindSim/findSim.py", line 587, in modify
sw.subsetItems( self.modelSubset )
File "/home/bhalla/nishaav/SynPlast/HTAutSim/FindSim/simWrapHillTau.py", line 143, in subsetItems
raise SimError( "SimWrapHillTau::subsetItems: Entity '{}' not found".format( i ) )
simError.SimError: "SimWrapHillTau::subsetItems: Entity 'PKC_g' not found"
Failed for expt defn---------------: findSim failed for exptDefn Expts/Schaechter1993_Fig8.json: "SimWrapHillTau::subsetItems: Entity 'PKC_g' not found"

It fails to recognize the subsets listed out in experiment Modifications section. However, if the subet is set to 'all' it is able to run the experiment without any error messages. Experiment used for testing is Schaechter1993_Fig8.json

@nishaann nishaann added the bug Something isn't working label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants