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.
2 parents bc3e78d + 68f456f commit 314a675Copy full SHA for 314a675
discretize/tests.py
@@ -91,9 +91,9 @@ def _warn_random_test():
91
if in_pytest or in_nosetest:
92
test = "pytest" if in_pytest else "nosetest"
93
warnings.warn(
94
- f"You are running a {test} without setting a random seed, the results might not be"
95
- "repeatable. For repeatable tests please pass an argument to `random seed` that is"
96
- "not `None`.",
+ f"You are running a {test} without setting a random seed, the results might not "
+ "be repeatable. For repeatable tests please pass an argument to `random seed` "
+ "that is not `None`.",
97
UserWarning,
98
stacklevel=3,
99
)
0 commit comments