We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9c785 commit 396a924Copy full SHA for 396a924
tests/abinit/conftest.py
@@ -141,10 +141,6 @@ def check_run_abi(ref_path: str | Path):
141
# TODO: should we still add some check on the pseudos here ?
142
assert diffs == [], f"'run.abi' is different from reference:\n{diffs}"
143
144
- for fp_key in ("tsmear",):
145
- if (ref_val := ref.datasets[0].get(fp_key)) is not None:
146
- assert user.datasets[0].get(fp_key) == pytest.approx(ref_val)
147
-
148
149
def check_abinit_input_json(ref_path: str | Path):
150
from abipy.abio.inputs import AbinitInput
0 commit comments