You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run a Python model as an experiment which import pandas library , some of the agents disappear from the model. However, the same model run without problem otherwise (normal run)
For example in the simulation https://core.hash.ai/@alaabarazi/actorexperiment/main a problem occures when the tabular data (csv) is processed by the behavior "init_bim_read_tasks.py" which import pandas, datatime and numpy for this propose. The code read the data from csv file and assign the values to the relevant agent.
Attacehd photos (experiment) is the output of the experiment run when pandas is imported and it shows that the external walls are not showing, and the values from csv file are not added to the agents. (pandas did not work as it should)
Attached photo (normal) is the output of the normal run when pandas is imported and it shows that the external walls are there, and the values from csv file are added to the agents
Relates to underlying issues covered in existing ticket hashintel/labs#23 - the original ticket will be updated to include this one as additional context.
Describe the bug
Whenever I run a Python model as an experiment which import pandas library , some of the agents disappear from the model. However, the same model run without problem otherwise (normal run)
For example in the simulation https://core.hash.ai/@alaabarazi/actorexperiment/main a problem occures when the tabular data (csv) is processed by the behavior "init_bim_read_tasks.py" which import pandas, datatime and numpy for this propose. The code read the data from csv file and assign the values to the relevant agent.
Attacehd photos (experiment) is the output of the experiment run when pandas is imported and it shows that the external walls are not showing, and the values from csv file are not added to the agents. (pandas did not work as it should)
Attached photo (normal) is the output of the normal run when pandas is imported and it shows that the external walls are there, and the values from csv file are added to the agents
To reproduce
go to https://core.hash.ai/@alaabarazi/actorexperiment/main
run the model normally
run the model as an experiment
compare both (normal run vs experiment run )
Expected behavior
Experiment run should match normal run
Project URL
https://core.hash.ai/@alaabarazi/actorexperiment/main
Device
2,6 GHz 6-Core Intel Core i7
Operating system
13.3.1 (22E261)
Browser
Version 112.0.5615.121 (Official Build) (x86_64)
Additional context
No response
The text was updated successfully, but these errors were encountered: