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

Analysis documentation #44

Closed
3 tasks done
eliaszwang opened this issue Jul 29, 2021 · 2 comments
Closed
3 tasks done

Analysis documentation #44

eliaszwang opened this issue Jul 29, 2021 · 2 comments
Assignees

Comments

@eliaszwang
Copy link
Collaborator

eliaszwang commented Jul 29, 2021

  • Create requirements.txt?

Check

  • Can we download all necessary data to reproduce analysis?
  • Given the data, can we reproduce the analysis using the notebooks?
@eliaszwang
Copy link
Collaborator Author

Error at the end of summarize_human_model_behavior.ipynb in "Model/human figure" section:

---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)
<ipython-input-52-e8057da55781> in <module>
     30                     ub = abs(ub - measure)
     31                     lb = abs(lb - measure)
---> 32                     axis.errorbar(x+(i*.333)+(fill=="none")*.166,measure,(lb,ub),marker=symbol,fillstyle=fill,label=model,color=cmap[x])
     33         axis.set_ybound([0,1])
     34 

IndexError: index 22 is out of bounds for axis 0 with size 22

@DylanTao
Copy link
Collaborator

Issue fixed for summarize_human_model_behavior.ipynb (by removing seed csv files in the dataframe, and increasing color number to 29)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants