Skip to content

Commit 314a675

Browse files
authored
Merge pull request #390 from simpeg/prisae-patch-1
Fix formatting new warning
2 parents bc3e78d + 68f456f commit 314a675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discretize/tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ def _warn_random_test():
9191
if in_pytest or in_nosetest:
9292
test = "pytest" if in_pytest else "nosetest"
9393
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`.",
94+
f"You are running a {test} without setting a random seed, the results might not "
95+
"be repeatable. For repeatable tests please pass an argument to `random seed` "
96+
"that is not `None`.",
9797
UserWarning,
9898
stacklevel=3,
9999
)

0 commit comments

Comments
 (0)