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 fd2f75c commit d92a009Copy full SHA for d92a009
test_matrices.py
@@ -57,6 +57,7 @@ def test_solver_not_implemented(ligand_field_theory):
57
],
58
ids=["non_symmetric_matrix", "non_square_matrix"]
59
)
60
+@pytest.mark.xfail(reason="Functionality not implemented yet")
61
def test_eigensolver_invalid_input(ligand_field_theory, matrix):
62
# Act & Assert
63
with pytest.raises(ValueError):
0 commit comments