Oufattole / meds-torch

MIT License
16 stars 2 forks source link

Doctests are not being run by github workflows #91

Closed mmcdermott closed 1 month ago

mmcdermott commented 1 month ago

I don't think the doctests are actually being run by github workflows and may be failing. this should be investigated.

mmcdermott commented 1 month ago

e.g., you can see in the logs here: https://github.com/Oufattole/meds-torch/actions/runs/11389823931/job/31690030443?pr=88#step:5:21 that it is just running the tests in tests

mmcdermott commented 1 month ago

I think it is maybe because of this line: https://github.com/Oufattole/meds-torch/blob/main/pyproject.toml#L73

mmcdermott commented 1 month ago

Once fixed, logs look like this: https://github.com/Oufattole/meds-torch/actions/runs/11390029902/job/31690689823?pr=93#step:5:163