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
I noticed a small divergence in the utils.py file when installing this lib from PyPi and GitHub - in this case, when setting the style for the charts.
The code here is working as intended, but it seems that the code from PyPi is outdated, trying to use the seaborn-ticks, completely missing the implemented check (lines 21-31).
I first installed it from PyPi, so I had an error trying to use it until I installed it from here. Would it be possible to fix the code over PyPi?
Thanks in advance!
Giancarlo
The text was updated successfully, but these errors were encountered:
If you'd be interested in collaborating and improving the code in any way, we'd be more than grateful, so feel free to commit to the repo, as we cannot address the problem at the moment.
Hi all!
I noticed a small divergence in the
utils.py
file when installing this lib from PyPi and GitHub - in this case, when setting the style for the charts.The code here is working as intended, but it seems that the code from PyPi is outdated, trying to use the
seaborn-ticks
, completely missing the implemented check (lines 21-31).I first installed it from PyPi, so I had an error trying to use it until I installed it from here. Would it be possible to fix the code over PyPi?
Thanks in advance!
Giancarlo
The text was updated successfully, but these errors were encountered: