Skip to content

Commit 7e8a18b

Browse files
Resolve conflict with main
2 parents 444fb42 + 006980d commit 7e8a18b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ __pycache__/
66
.DS_Store
77

88
# Local data and outputs
9-
data/
9+
# data/
1010
rate_design/ny/hp_rates/data/buildstock_raw/
1111
rate_design/ny/hp_rates/data/buildstock_processed/
1212
rate_design/ny/hp_rates/data/cairo_cases/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ include = ["rate_design*", "utils*"]
4444
]
4545

4646
[tool.uv.sources]
47-
cairo = { git = "https://github.com/switchbox-data/CAIRO", rev = "sz/gas_billing" }
47+
cairo = { git = "https://github.com/NatLabRockies/CAIRO", rev = "main" }

rate_design/ny/hp_rates/run_scenario.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
test_solar_pv_compensation = "net_metering"
5454
run_name = "tests_precalc"
5555
target_customer_count = 3650 # Target customer count for utility territory
56+
gas_tariff_map_name = "dummy_gas" # Gas tariff map name for gas bill calculation
5657

5758
process_workers = 20
5859

@@ -119,15 +120,13 @@
119120
# and return 8760 profiles for each. Prototype ids and tariff. Make sure nice mathematical
120121
# properties. Maybe constants_tests.py has data needed for this.
121122
raw_load_elec = _return_load(
122-
raw_load_passed=None,
123123
load_type="electricity",
124124
target_year=test_year_run,
125125
building_stock_sample=prototype_ids,
126126
load_filepath_key=bldg_id_to_load_filepath,
127127
force_tz="EST",
128128
)
129129
raw_load_gas = _return_load(
130-
raw_load_passed=None,
131130
load_type="gas",
132131
target_year=test_year_run,
133132
building_stock_sample=prototype_ids,
@@ -175,6 +174,7 @@
175174
customer_metadata=customer_metadata,
176175
customer_electricity_load=raw_load_elec,
177176
customer_gas_load=raw_load_gas,
177+
gas_tariff_map=gas_tariff_map_name,
178178
load_cols="total_fuel_electricity",
179179
marginal_system_prices=marginal_system_prices,
180180
costs_by_type=costs_by_type,

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)