Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Nov 11, 2024
1 parent 71037fa commit 1c1a078
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadg/extractors/picolog/tc08.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def extract(
) -> DataTree:
with tarfile.open(fn, mode="r") as tf:
with tempfile.TemporaryDirectory() as tempdir:
tf.extractall(tempdir)
tf.extractall(tempdir, filter="data")

# Get file metadata
with open(os.path.join(tempdir, "metadata.json")) as inf:
Expand Down
Binary file modified tests/test_x_drycal_rtf/Cp_100mA_1mindelay.rtf.pkl
Binary file not shown.
Binary file modified tests/test_x_drycal_txt/20211011_DryCal_out.txt.pkl
Binary file not shown.
Binary file modified tests/test_x_fhimcpt_csv/measurement.csv.pkl
Binary file not shown.
Binary file modified tests/test_x_panalytical_xy/210520step1_30min.xy.pkl
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1c1a078

Please sign in to comment.