Watts-Lab / team-process-map

MIT License
0 stars 4 forks source link

Create Consolidated `testing/` Folder #207

Open xehu opened 2 months ago

xehu commented 2 months ago

We have already been making progress towards creating a unified, automated testing pipeline (e.g., https://github.com/Watts-Lab/team-process-map/issues/183). However, the test currently relies on calling featurize.py (https://github.com/Watts-Lab/team-process-map/blob/main/feature_engine/featurize.py), which serves as a "catch-all script" that both functions to test the code and functions as an example constructor. We should separate these two functionalities, and move all testing into a single folder.