Skip to content

Commit

Permalink
Add missing argument to the IO function
Browse files Browse the repository at this point in the history
Forgot to add the `path` argument.
  • Loading branch information
leouieda committed Mar 11, 2024
1 parent 26f4c3c commit 756ab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magali/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ._constants import METER_TO_MICROMETER, TESLA_TO_NANOTESLA


def read_qdm_harvard():
def read_qdm_harvard(path):
"""
Load QDM microscopy data in the Harvard group format.
"""
Expand Down

0 comments on commit 756ab2c

Please sign in to comment.