Skip to content

Commit

Permalink
Merge pull request #41 from Open-ISP/config-name-consistency
Browse files Browse the repository at this point in the history
Make naming for committed generators consistent across configs
  • Loading branch information
prakaa authored Sep 26, 2024
2 parents 2709e32 + d90865e commit 55e3c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "isp-workbook-parser"
version = "1.2.0"
version = "1.2.1"
description = "A Python package for reading data from the Inputs, Assumptions and Scenarios Report (IASR) Microsoft Excel workbook published by the Australian Energy Market Operator for use in their Integrated System Plan modelling."
authors = [
{ name = "nick-gorman", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/isp_table_configs/6.0/marginal_loss_factors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ marginal_loss_factors_existing_generators:
end_row: 260
column_range: "B:C"

marginal_loss_factors_committed_projects:
marginal_loss_factors_committed_generators:
sheet_name: "Marginal Loss Factors"
header_rows: 8
end_row: 35
Expand Down

0 comments on commit 55e3c5f

Please sign in to comment.