We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215252b commit 0183250Copy full SHA for 0183250
src/pybamm/config.py
@@ -69,7 +69,7 @@ def ask_user_opt_in(timeout=10):
69
"For more information, see https://docs.pybamm.org/en/latest/source/user_guide/index.html#telemetry"
70
)
71
72
- def get_input():
+ def get_input(): # pragma: no cover
73
try:
74
user_input = (
75
input("Do you want to enable telemetry? (Y/n): ").strip().lower()
0 commit comments