NSAPH-Projects / space

SpaCE, the Spatial Confounding Environment, loads benchmark datasets for causal inference methods tackling spatial confounding
https://nsaph-projects.github.io/space/
MIT License
14 stars 5 forks source link

Issue146 #151

Closed zcalhoun closed 9 months ago

zcalhoun commented 9 months ago

This is a minor proposed change to ensure that file paths to the data sources (both the synthetic data and the graph data) can handle relative references.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (b32d63c) 30.42% compared to head (bc4fecb) 31.41%. Report is 9 commits behind head on dev.

Files Patch % Lines
spacebench/algorithms/deepspatialplus.py 0.00% 4 Missing :warning:
spacebench/env.py 57.14% 3 Missing :warning:
spacebench/algorithms/pysal_spreg.py 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #151 +/- ## ========================================== + Coverage 30.42% 31.41% +0.98% ========================================== Files 19 19 Lines 1972 1840 -132 ========================================== - Hits 600 578 -22 + Misses 1372 1262 -110 ``` | [Flag](https://app.codecov.io/gh/NSAPH-Projects/space/pull/151/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NSAPH-Projects) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/NSAPH-Projects/space/pull/151/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NSAPH-Projects) | `31.41% <30.76%> (+0.98%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NSAPH-Projects#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mauriciogtec commented 9 months ago

Fixes #146