Skip to content

Commit

Permalink
Minor change on corneto.info
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed May 9, 2024
1 parent d88006e commit 994a13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corneto/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _info():
", ".join([str(e) + f" v{e.version()}" for e in available_backends()]),
)
if DEFAULT_BACKEND:
print("Default backend (corneto.K):", str(DEFAULT_BACKEND))
print("Default backend (corneto.opt):", str(DEFAULT_BACKEND))
print(
f"Available solvers for {DEFAULT_BACKEND!s}:",
", ".join([s for s in DEFAULT_BACKEND.available_solvers()]),
Expand Down

0 comments on commit 994a13c

Please sign in to comment.