Skip to content

Commit

Permalink
allow the use of wildcard definitions for the reader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 3, 2024
1 parent cf4b792 commit 058ab8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pynxtools/testing/nexus_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def convert_to_nexus(

assert (
self.nxdl in self.reader.supported_nxdls
or "*" in self.reader.supported_nxdls
), f"Reader does not support {self.nxdl} NXDL."

nxdl_root, nxdl_file = get_nxdl_root_and_path(self.nxdl)
Expand Down

0 comments on commit 058ab8d

Please sign in to comment.