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

hCloud Error when running experiment for Python Model - Using Pandas library #2471

Closed
AlABarazi opened this issue Apr 21, 2023 · 1 comment
Closed
Labels
category/bug Something isn't working

Comments

@AlABarazi
Copy link

AlABarazi commented Apr 21, 2023

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)
Experiment

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

normal_run

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

@vilkinsons
Copy link
Member

vilkinsons commented Apr 23, 2023

Relates to underlying issues covered in existing ticket hashintel/labs#23 - the original ticket will be updated to include this one as additional context.

@vilkinsons vilkinsons added category/bug Something isn't working and removed C-bug labels Jul 20, 2023
@vilkinsons vilkinsons closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category/bug Something isn't working
Development

No branches or pull requests

2 participants