Describe functionality that the PR adds, changes or removes; optionally link issues that are closed by the PR.
Feel free to open PRs that do not satisfy the whole checklist. On the other hand, all these are required for merging.
- All code is formatted with
JuliaFormatter
(run
using JuliaFormatter; format("path/to/COBREXA.jl");
) - Tests work (try with
]test COBREXA
) - All new functions have proper docstrings
- Documentation builds correctly (try with
cd docs; julia make.jl
)