pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
111 stars 26 forks source link

update github actions #156

Closed knaaptime closed 3 years ago

knaaptime commented 3 years ago

tests are failing when trying to load the sacramento dataset from libpysal.examples and i have no idea why (though i do seem to remember this happening before). Everything passes locally so im perplexed. Any ideas @sjsrey ?

knaaptime commented 3 years ago

this was hard to diagnose, because i was testing with local copies of the example data and tobler CI tests in the cloud which also use the sacramento data were passing. Tobler only uses the TOT_POP column, but segregation uses the demographi columns which were renamed to not have underscore suffixes

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b31a489). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #156   +/-   ##
=========================================
  Coverage          ?   85.75%           
=========================================
  Files             ?       65           
  Lines             ?     2779           
  Branches          ?        0           
=========================================
  Hits              ?     2383           
  Misses            ?      396           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b31a489...87c476d. Read the comment docs.