Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Dec 4, 2023
1 parent 2ec98ec commit 3fb184a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_drycal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from yadg.core import process_schema
from dgbowl_schemas.yadg import to_dataschema


@pytest.mark.parametrize(
"input, ts",
[
Expand Down Expand Up @@ -115,4 +116,4 @@ def test_lock_stock_drycal(datadir):
schema = yaml.safe_load(inf)
ret = process_schema(to_dataschema(**schema))
print(f"{ret=}")
assert ret['outlet']['DryCal'].shape == (187,)
assert ret["outlet"]["DryCal"].shape == (187,)

0 comments on commit 3fb184a

Please sign in to comment.