Skip to content

Commit 10b5bb1

Browse files
committed
undo :
1 parent 0242279 commit 10b5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def RandomPdMatrix(n):
211211
Rdunif = Domain([-np.inf, -1, 0, 1, np.inf], "int64")
212212
Rplusunif = Domain([0, 0.5, np.inf])
213213
Rplusdunif = Domain([0, 10, np.inf], "int64")
214-
I = Domain([-np.inf, -3, -2, -1, 0, 1, 2, 3, np.inf], "int64") # noqa: E741
214+
I = Domain([-np.inf, -3, -2, -1, 0, 1, 2, 3, np.inf], "int64") # noqa E741
215215
NatSmall = Domain([0, 3, 4, 5, np.inf], "int64")
216216
Nat = Domain([0, 1, 2, 3, np.inf], "int64")
217217
NatBig = Domain([0, 1, 2, 3, 5000, np.inf], "int64")

0 commit comments

Comments
 (0)