Skip to content

Commit bb32558

Browse files
Missing space typo
1 parent 5571a28 commit bb32558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ def __init__(self, model: Model):
894894
'Excel, Google Sheets, and other common spreadsheet software. '
895895
'Although NREL\'s NPV convention may typically be considered more technically correct, '
896896
'Excel-style NPV calculation may be preferred by some for familiarity '
897-
'or compatibility with existing business processes.'
897+
'or compatibility with existing business processes. '
898898
'See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.'
899899
)
900900

src/geophires_x_schema_generator/geophires-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@
15811581
"maximum": 1.0
15821582
},
15831583
"Discount Initial Year Cashflow": {
1584-
"description": "Whether to discount cashflow in the initial project year when calculating NPV (Net Present Value). The default value of False conforms to NREL's standard convention for NPV calculation (Short W et al, 1995. https://www.nrel.gov/docs/legosti/old/5173.pdf). A value of True will, by contrast, cause NPV calculation to follow the convention used by Excel, Google Sheets, and other common spreadsheet software. Although NREL's NPV convention may typically be considered more technically correct, Excel-style NPV calculation may be preferred by some for familiarity or compatibility with existing business processes.See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.",
1584+
"description": "Whether to discount cashflow in the initial project year when calculating NPV (Net Present Value). The default value of False conforms to NREL's standard convention for NPV calculation (Short W et al, 1995. https://www.nrel.gov/docs/legosti/old/5173.pdf). A value of True will, by contrast, cause NPV calculation to follow the convention used by Excel, Google Sheets, and other common spreadsheet software. Although NREL's NPV convention may typically be considered more technically correct, Excel-style NPV calculation may be preferred by some for familiarity or compatibility with existing business processes. See https://github.com/NREL/GEOPHIRES-X/discussions/344 for discussion and further details.",
15851585
"type": "boolean",
15861586
"units": null,
15871587
"category": "Economics",

0 commit comments

Comments
 (0)