Skip to content

Commit

Permalink
Set default of use_uniform_signal_axis to False to be consistent wi…
Browse files Browse the repository at this point in the history
…th docstring
  • Loading branch information
ericpre committed Feb 18, 2024
1 parent e057979 commit 1d3c400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsciio/renishaw/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def _get_WHTL(self):
def file_reader(
filename,
lazy=False,
use_uniform_signal_axis=True,
use_uniform_signal_axis=False,
load_unmatched_metadata=False,
):
"""
Expand Down

0 comments on commit 1d3c400

Please sign in to comment.