mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 20:21:17 -07:00
renaming geocorr to geocorr_urban
This commit is contained in:
parent
f4adf172e3
commit
f284d75098
9 changed files with 18 additions and 18 deletions
|
@ -161,7 +161,7 @@ def fuds_df():
|
|||
@pytest.fixture()
|
||||
def geocorr_urban_rural_df():
|
||||
geocorr_urban_rural_csv = (
|
||||
constants.DATA_PATH / "dataset" / "geocorr" / "usa.csv"
|
||||
constants.DATA_PATH / "dataset" / "geocorr_urban" / "usa.csv"
|
||||
)
|
||||
return pd.read_csv(
|
||||
geocorr_urban_rural_csv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue