BlueBrain / snap

The Blue Brain Pythonic Simulation and Network Analysis Productivity layer
https://bluebrainsnap.readthedocs.io/
GNU Lesser General Public License v3.0
19 stars 10 forks source link

fix warning in a notebook #227

Closed joni-herttuainen closed 1 year ago

joni-herttuainen commented 1 year ago

Fixed the warning in a notebook when doing scatter plot that we temporarily suppressed in #213 .

joni-herttuainen commented 1 year ago

TBH, I still don't fully understand how and why this warning is raised but giving the color in an array seems to fix it. I think it was introduced in https://github.com/pandas-dev/pandas/pull/48734#pullrequestreview-1119104409 but other than that... 🤷‍♂️

codecov-commenter commented 1 year ago

Codecov Report

Merging #227 (8b9e733) into master (741252a) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #227   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         2187      2187           
=========================================
  Hits          2187      2187           
Flag Coverage Δ
pytest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.