Skip to content

Commit

Permalink
Merge pull request #476 from FAIRmat-NFDI/allow_wildcard_definition_i…
Browse files Browse the repository at this point in the history
…n_reader_test

allow the use of wildcard definitions for the reader tests
  • Loading branch information
rettigl authored Dec 4, 2024
2 parents cf4b792 + 058ab8d commit d61bc6c
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 d61bc6c

Please sign in to comment.