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
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
I think the mixin mechanism (monkey-patching in Python) can only replace/add properties of an object, but it will be hard to modify the behavior of an existing class function/method/constructor.
Would it make sense to have a BIDSLayoutDeprecationMixin which handles all of the deprecation warnings in
__init__
and beyond?This should wait until we're done w/ the refactor, but would make the code cleaner.
The text was updated successfully, but these errors were encountered: