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 ac18fdf commit aff96bfCopy full SHA for aff96bf
tests/data/norm_for_each.py
@@ -13,7 +13,7 @@ def test_3D():
13
assert np.all(data.channels[-1][:].max(axis=(0, 1)) == 1)
14
15
data.norm_for_each("d1", new_channel=True)
16
- assert data.channels[-1].natural_name == "ai0_norm_v6"
+ assert data.channels[-1].natural_name == "ai0_v6_norm"
17
18
data.norm_for_each("d1", new_channel={"name": "ai0_d1_norm"})
19
data.channels[0].normalize()
0 commit comments