GapFind/GapFill python tests
jonls opened this issue · 1 comments
jonls commented
We have an implementation of GapFind and GapFill in python as well as the previous implementation in GAMS. Currently the GAMS implementation has been tested on a number of models and we are quite confident that it is working correctly (although it has inherent limitations) but we have not yet tested the python implementation to see if it gives the same result.
The python implementation should be tested on a couple of larger models to make sure that it gives the same result as the GAMS implementation. In addition it would be nice to have a couple of small test cases in tests/test_gapfill.py
that can be run automatically. These can be modeled on the existing tests in tests/test_fastcore.py
.