Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/danielhrisca/asammdf
Browse files Browse the repository at this point in the history
…into test/batch
  • Loading branch information
F-Bk committed Nov 12, 2024
2 parents bdc5261 + 52ded44 commit 110ad91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions src/asammdf/gui/widgets/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ def __init__(

formats = ["MDF", "ASC", "CSV"]

try:
from h5py import File as HDF5

formats.append("HDF5")
except ImportError:
pass

try:
from hdf5storage import savemat

Expand Down
7 changes: 0 additions & 7 deletions src/asammdf/gui/widgets/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,6 @@ def __init__(

formats = ["MDF", "ASC", "CSV"]

try:
from h5py import File as HDF5

formats.append("HDF5")
except ImportError:
pass

try:
from hdf5storage import savemat

Expand Down

0 comments on commit 110ad91

Please sign in to comment.