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 e3d8962 commit 8c98668Copy full SHA for 8c98668
tests/test_utils.py
@@ -74,7 +74,7 @@ def test_neuron_mean_norm():
74
)
75
np.testing.assert_array_equal(
76
neuron_norm(x.view(-1, 1)).numpy(),
77
- np.asarray([[-5.0], [-4.0], [-3.0], [-2.0], [-1.0], [0.0], [1.0], [2.0], [3.0], [4.0]]),
+ np.asarray([[5.0], [4.0], [3.0], [2.0], [1.0], [0.0], [1.0], [2.0], [3.0], [4.0]]),
78
79
80
0 commit comments