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
# The validators in this module should really only be applied
# to ndarray-* tags, but that will have to be a 3.0 change.
tags= ["**"]
In asdf 3.x we can introduce some sort of deprecation for this behavior (perhaps warning when the validation fails on a non-ndarray tag) so that the validation can be restricted to ndarray tags in asdf 4.0 (this issue is milestoned for 4.0 as there is not yet a target 3.x version for this deprecation).
The text was updated successfully, but these errors were encountered:
Description of the problem
As noted in the code:
asdf/asdf/core/_validators/ndarray.py
Lines 5 to 9 in c4c953e
In asdf 3.x we can introduce some sort of deprecation for this behavior (perhaps warning when the validation fails on a non-ndarray tag) so that the validation can be restricted to ndarray tags in asdf 4.0 (this issue is milestoned for 4.0 as there is not yet a target 3.x version for this deprecation).
The text was updated successfully, but these errors were encountered: