BasisResearch / collab-creatures

Analyzing animal collaboration with Bayesian and causal inference.
4 stars 1 forks source link

Added empty __init__.py file to collab/foraging #87

Closed PalkaPuri closed 1 month ago

PalkaPuri commented 1 month ago

scripts in collab/foraging were not being recognized on my computer due to missing "init.py" file. Added for robustness

rfl-urbaniak commented 1 month ago

You also included changes to data files for locust/ds - these changes should've been discarded. But this also points out to an issue that needs to be discussed, i.e. that processed model data are now not being gitignored. This makes sense if we want the users to easily access them, but the downside is we need to pay attention so somebody else's re-runs don't get merged into main (just to avoid potential problems downstream). For now please remove your changes to these files from this PR (and presumably don't commit such changes in future PRs) and move on so that you're not blocked. I'll think of a better way to handle this.

PalkaPuri commented 1 month ago

Whoops, did not realize that the locust/ds files were also changed. Fixed now.