Closed galbramc closed 5 years ago
It's missing like half the message!
if "just built!" in settings:
from .tests.run_tests import run
run(verbosity=1)
print("""
GPkit is now installed with solver(s) %s
To incorporate new solvers at a later date, run `gpkit.build()`.
If any tests didn't pass, please post the output above
(starting from "Found no installed solvers, beginning a build.")
to gpkit@mit.edu or https://github.com/convexengineering/gpkit/issues/new
so we can prevent others from having these errors.
The same goes for any other bugs you encounter with GPkit:
send 'em our way, along with any interesting models, speculative features,
comments, discussions, or clarifications you feel like sharing.
Finally, we hope you find our documentation (https://gpkit.readthedocs.io/)
and engineering-design models (https://github.com/convexengineering/gplibrary/)
to be useful resources for your own applications.
Enjoy!
""" % settings["installed_solvers"])
Very strange. If you look there is one spot where only part of the message is shown, further down you have the complete message:
https://acdl.mit.edu/csi/job/gpkit_PullRequest_Unit/2807/buildnode=reynolds,optimizer=cvxopt/console
Looks like it's just cut in half by an interleaved stderr/stdout? Closing because it looks fine in all terminals I've tested on.
If any tests didn't pass, please post the output above (starting from "Found no installed solvers, beginning a build.") to gpkit@mit.edu or https://github.com/convexengineering/gpkit/issues/new so we can prevent others from having these erro <--