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
- added new conditional logic to silence
signaling messages when `is_intact_attr()`
is called from within another function (indirectly)
- these messages can be confusing to the
user when they appear in wrapper functions,
where `is_intact_attr()` is (sometimes deeply) nested
- fixesSomaLogic#71
- added new conditional logic to silence
signaling messages when `is_intact_attr()`
is called from within another function (indirectly)
- these messages can be confusing to the
user when they appear in wrapper functions,
where `is_intact_attr()` is (sometimes deeply) nested
- fixes#71
This is an internal feature that may affect downstream users who incorporate
SomaDataIO
into their own packages.Currently
is_intact_attr()
will report failed attributes calls to the console, even from deep within the call stack.This is likely unintended, the likely desired behavior is to have the console reporting only for direct calls to
is_intact_attr()
.The text was updated successfully, but these errors were encountered: