Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pymodaq_data/h5modules/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"""
if array_type is None:
if array_to_save is None:
array_type = config('data_saving', 'data_type', 'dynamic')
array_type = config('data_saving', 'data_type', 'dynamics')[0]

Check warning on line 230 in src/pymodaq_data/h5modules/saving.py

View check run for this annotation

Codecov / codecov/patch

src/pymodaq_data/h5modules/saving.py#L230

Added line #L230 was not covered by tests
else:
array_type = array_to_save.dtype

Expand Down