conrad-blucher-institute / semaphore

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

444 meta table for semaphore failing #478

Closed matdenkas closed 2 days ago

matdenkas commented 1 week ago

To test you can run test: docker exec semaphore-core python3 -m pytest

Try running a model: docker exec semaphore-core python3 src/semaphoreRunner.py -d TestModels/test_dspec.json

You can also cause semaphore to fail somewhere.

You can see the results by querying the db: SELECT * FROM outputs JOIN model_runs ON outputs."id" = model_runs."outputID"

This PR contains a DB migration script, the number might need to be changed on merge

abeasley1722 commented 1 week ago

Tests Passed