Skip to content

Commit

Permalink
Merge pull request #606 from NREL/develop
Browse files Browse the repository at this point in the history
Hot Fix to Download Results Spreadsheet
  • Loading branch information
Bill-Becker authored Oct 2, 2024
2 parents d026e54 + fd2965d commit 6f45f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reoptjl/custom_table_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
{
"label" : "Results URL",
"key" : "url",
"bau_value" : lambda df: f'=HYPERLINK("https://custom-table-download-reopt-stage.its.nrel.gov/tool/results/{safe_get(df, "webtool_uuid")}", "Results Link")',
"scenario_value": lambda df: f'=HYPERLINK("https://custom-table-download-reopt-stage.its.nrel.gov/tool/results/{safe_get(df, "webtool_uuid")}", "Results Link")'
"bau_value" : lambda df: f'=HYPERLINK("https://reopt.nrel.gov/tool/results/{safe_get(df, "webtool_uuid")}", "Results Link")',
"scenario_value": lambda df: f'=HYPERLINK("https://reopt.nrel.gov/tool/results/{safe_get(df, "webtool_uuid")}", "Results Link")'
},
#####################################################################################################
######################### System Capacities #############################
Expand Down

0 comments on commit 6f45f96

Please sign in to comment.