Closed yarikoptic closed 10 months ago
@yarikoptic The error is occurring because parsing the warnings filter ignore:.*Value with data type .* is being converted:hdmf.build.warnings.DtypeConversionWarning
requires importing hdmf.build.warnings
, and doing that causes pandas to be imported, triggering the deprecation warning.
thank you!
:rocket: Issue was released in 0.59.1
:rocket:
not sure why the first warning besides may be not allowing for a module spec
hdmf.build.warnings.
there? but without it doesn't work either -- may be a bug in pytest?as for pyarrow -- if we do not rely on its functionality in the tests - I guess could be ignored too