intelligent-environments-lab / utx000

Analysis related to the many studies under the UTx000 banner, a project under the Whole Communities, Whole Health initiative.
MIT License
0 stars 1 forks source link

Constructor calls means that these files are required #44

Closed calvinjlin closed 3 years ago

calvinjlin commented 3 years ago

Not really sure we need to fix this, but I thought I should point it out. Since these files are referenced in the constructors, which are called before any user input is requested, then these files are mandatory for running the script.

https://github.com/intelligent-environments-lab/utx000/blob/3cdf85ea908082a0b15086146739dce6002e9a89/src/data/make_dataset.py#L1177-L1181 https://github.com/intelligent-environments-lab/utx000/blob/3cdf85ea908082a0b15086146739dce6002e9a89/src/data/make_dataset.py#L215-L218 https://github.com/intelligent-environments-lab/utx000/blob/3cdf85ea908082a0b15086146739dce6002e9a89/src/data/make_dataset.py#L623-L626

HagenFritz commented 3 years ago

Calvin, yeah I noticed that too. That explains why you needed that file because the bpeace() call was newly added.