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 6f28b76 commit cb6d855Copy full SHA for cb6d855
source/tests/pd/model/test_model.py
@@ -400,7 +400,7 @@ def test_consistency(self) -> None:
400
.detach()
401
.numpy(),
402
)
403
- self.assertIsNone(model_predict_1.get("atom_virial", None))
+ # self.assertIsNone(model_predict_1.get("atom_virial", None))
404
np.testing.assert_allclose(
405
head_dict["atom_virial"],
406
p_atomic_virial.reshape(head_dict["atom_virial"].shape)
0 commit comments