loinc / comp-loinc

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

Build determinism #100

Open joeflack4 opened 1 month ago

joeflack4 commented 1 month ago

Overview

It would be nice to write a test, or at least check once to ensure that the outputs are currently created deterministically.

That is to say, if we run the build once, then run it again without changing the code, and diff each of the outputs before/after, there should be no difference.

joeflack4 commented 1 month ago

Maybe just do a quick check rather than writing a test. Adding a test for this will almost double the time it takes to run tests, as the build will have to be run twice.