mozilla / mozanalysis

A library for Mozilla experiments analysis
https://mozilla.github.io/mozanalysis/
Mozilla Public License 2.0
9 stars 13 forks source link

Warnings when importing mozanalysis in colab #224

Closed danielkberry closed 1 month ago

danielkberry commented 3 months ago

When attempting to import mozanalysis in colab, we're often met with an excess of warning messages like the below. This is unexpected. The expected behavior is for no warning messages to appear at import time.

Screenshot 2024-04-10 at 9 40 33 AM

jaredsnyder commented 3 months ago

Maybe we should post on the python slack channel, I spent about an hour looking into it ahead of my talk and am completely stumped

jaredsnyder commented 2 months ago

I've been using the latest version in colab for a while now and haven't seen the warnings, if others have had the same experience we can probably close this

danielkberry commented 2 months ago

It's still happening for me, but mostly when importing the ConfigLoader

jaredsnyder commented 1 month ago

I think this might be fixed in 2024.5.3, @danielkberry could you verify?

danielkberry commented 1 month ago

Agree, this appears resolved