CanDIG / clinical_ETL_code

A library to convert clinical data in csv format into json documents for CanDIG ingestion
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Module path changes to allow running standalone (not as an included m… #50

Closed DavidBrownlee closed 6 months ago

DavidBrownlee commented 7 months ago

The changes to include clinical_ETL_code as an imported module (rather than a git submodule) broke its ability to tun as a standalone program. Changes are here made to the sys.path to allow import statements whether running as an imported module or as a standalone. Included pytests now run successfully.