Skip to content

Commit ff21cfd

Browse files
MattehubCopilot
andauthored
Update hoi/metrics/tests/test_metrics.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mattehub <81259810+Mattehub@users.noreply.github.com>
1 parent 868bd6f commit ff21cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hoi/metrics/tests/test_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_order(self, metric, x, y):
199199
np.testing.assert_array_equal(model.order.min(), 2)
200200
np.testing.assert_array_equal(model.order.max(), 2)
201201
return None
202-
elif metric not in [AtomsPhiID]:
202+
else:
203203
# compute task-free and task-related
204204
model_tf = metric(x.copy())
205205
hoi_tf = model_tf.fit(minsize=2, maxsize=5)

0 commit comments

Comments
 (0)