loinc / comp-loinc

Computational LOINC in OWL.
MIT License
13 stars 4 forks source link

Bugfix: Unit tests #32

Closed joeflack4 closed 2 years ago

joeflack4 commented 2 years ago

Updates

- Bugfix: unit tests: Now calls Python API directly instead of CLI. this fixes an issue that we were having with calling a subprocess that could use a different python interpreter than the one that is running the unit tests, resulting in either (a) the wrong python version, or (b) a python interpreter that does not have the packages installed.
- Bugfix: makefile: (i) phony target syntax, (ii) python --> python3
- Bugfix: build.py: robot path is now an absolute path. Solves problem where path did not resol
ve based on where the script was being called from.