Skip to content

Commit

Permalink
Merge 485d413 into bea1234
Browse files Browse the repository at this point in the history
  • Loading branch information
whoburg committed Jan 6, 2024
2 parents bea1234 + 485d413 commit a549e6f
Show file tree
Hide file tree
Showing 54 changed files with 542 additions and 764 deletions.
285 changes: 0 additions & 285 deletions .pylintrc

This file was deleted.

6 changes: 3 additions & 3 deletions gpkit/__init__.py
Expand Up @@ -23,8 +23,8 @@

if "just built!" in settings: # pragma: no cover
run_unit_tests(verbosity=1)
print("""
GPkit is now installed with solver(s) %s
print(f"""
GPkit is now installed with solver(s) {settings["installed_solvers"]}
To incorporate new solvers at a later date, run `gpkit.build()`.
If any tests didn't pass, please post the output above
Expand All @@ -41,4 +41,4 @@
to be useful resources for your own applications.
Enjoy!
""" % settings["installed_solvers"])
""")

0 comments on commit a549e6f

Please sign in to comment.