Skip to content

Commit a8301ac

Browse files
authored
Oops
1 parent 8801ce5 commit a8301ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/optim/helpers/numpy_transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def i1i2i3_transform() -> np.ndarray:
138138
[-1 / 4, 1 / 2, -1 / 4],
139139
]
140140
return np.array(i1i2i3_matrix, dtype=float)
141+
141142
def __init__(self, transform_matrix: Union[str, np.ndarray] = "klt") -> None:
142143
super().__init__()
143144
assert isinstance(transform_matrix, str) or isinstance(

0 commit comments

Comments
 (0)