From 3457677b3a9c1f723aad7964958dae765a408a0c Mon Sep 17 00:00:00 2001 From: LiekeMeijer <112695332+LiekeMeijer@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:35:03 +0100 Subject: [PATCH] Update hydromt_fiat/workflows/equity_data.py Co-authored-by: frederique-hub <72015981+frederique-hub@users.noreply.github.com> --- hydromt_fiat/workflows/equity_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydromt_fiat/workflows/equity_data.py b/hydromt_fiat/workflows/equity_data.py index 362d3f05..e567bc13 100644 --- a/hydromt_fiat/workflows/equity_data.py +++ b/hydromt_fiat/workflows/equity_data.py @@ -62,7 +62,7 @@ def set_up_state_code(self, state_abbreviation: str): self.logger.info(f"The state abbreviation specified is: {state_abbreviation}") def variables_to_download(self): - self.download_variables = ['B01003_001E', 'B19301_001E', 'NAME', 'GEO_ID'] + self.download_variables = ['B01003_001E', 'B19301_001E', 'NAME', 'GEO_ID'] # TODO: later make this a user input? def download_census_data(self, year_data): """download the census data