You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to write a glob for specific_args.
Example Use
For example we know that all the *.h5 files located in the directory a_directory can not be compared using the HdfComparator (for any reason). In this case one would like to write something like:
This situation can happen each time one want to apply the same comparator to all the files of a given directory. I think the last proposal is the best since it allows to filter the files in a very specific way.
The text was updated successfully, but these errors were encountered:
Describe the feature
It would be nice to be able to write a glob for specific_args.
Example Use
For example we know that all the
*.h5
files located in the directorya_directory
can not be compared using theHdfComparator
(for any reason). In this case one would like to write something like:or like:
or even like:
Use cases
This situation can happen each time one want to apply the same comparator to all the files of a given directory. I think the last proposal is the best since it allows to filter the files in a very specific way.
The text was updated successfully, but these errors were encountered: