Closed jlerman44 closed 5 years ago
Hi @jlerman44, thanks for contributing! Could you run flake8 .
(pip install flake8
if you don't have it yet) in the cameo directory of your fork? Maybe it is just an overlong line?
Oh yes. Let me do that! Sorry, i put in a quick fix using github's code editor. Did not have my linter on!
flake8 simulation.py gives no warnings now
I'll check the broken build tomorrow, I don't quite remember if we ever got around making travis-ci builds work with forks. The problem was that we're installing cplex in the build which we can only do for the main repo.
Update simulation.py to use solution.objective_value vs. legacy solution.f
Tested lightly