use warnings better, small typo correction in test

This commit is contained in:
Justus Kuhlmann 2026-07-07 13:51:58 +02:00
commit 48b95f2700
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
4 changed files with 8 additions and 7 deletions

View file

@ -306,8 +306,7 @@ def test_openQCD_filter() -> None:
"updated_at"]
df = pd.DataFrame(data,columns=cols)
with pytest.warns(Warning):
find.openQCD_filter(df, a = "asdf")
find.openQCD_filter(df, a = "asdf")
def test_code_filter() -> None: