You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to write some tests for run_optimization, but the Python package build fails with no module named 'oemof' - how am I supposed to test code if I can't import it?
Update: made Python package checks run only for test_something. This avoids having to install oemof for the basic Python checks, while Travis can check the full smooth suite. Now all checks pass.
Everything that is not tested in oemof has to be tested, especially cases that are always true or false, respectively.
The text was updated successfully, but these errors were encountered: