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 37080af commit b5926c9Copy full SHA for b5926c9
test/test_metadata.py
@@ -265,7 +265,7 @@ def test_from_json_dense_e(self) -> None:
265
assert metric.stepsize == 0.3
266
assert metric.metric_type == "dense_e"
267
assert len(metric.inv_metric) == 2
268
- assert len(metric.inv_metric[0]) == 2
+ assert len(metric.inv_metric[0]) == 2 # type: ignore
269
finally:
270
Path(temp_path).unlink()
271
0 commit comments