Skip to content

Commit

Permalink
Merge branch '294_add_load_data_signature' of https://github.com/ornl…
Browse files Browse the repository at this point in the history
…neutronimaging/iMars3D into 294_add_load_data_signature
  • Loading branch information
JeanBilheux committed Mar 2, 2024
2 parents 1473926 + 0d591ea commit 15a100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imars3d/backend/dataio/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def __call__(self, **params):
tqdm_class=params.tqdm_class,
)

elif ("ct_files" in params.keys()) and ("ob_dir" in params.keys()):
elif ("ct_files" in params.keys()) and ("ob_dir" in params.keys()):
logger.error("ct_files and ob_dir mixed not allowed!")
raise ValueError("Mix signatures (ct_files, ob_dir) not allowed!")

Check warning on line 195 in src/imars3d/backend/dataio/data.py

View check run for this annotation

Codecov / codecov/patch

src/imars3d/backend/dataio/data.py#L194-L195

Added lines #L194 - L195 were not covered by tests

Expand Down

0 comments on commit 15a100d

Please sign in to comment.