Skip to content

Commit

Permalink
Merge pull request #605 from NREL/resultslink_fix
Browse files Browse the repository at this point in the history
fix to correct results link in results table
  • Loading branch information
Bill-Becker authored Oct 2, 2024
2 parents 75eca34 + f04b328 commit fd2965d
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 fd2965d

Please sign in to comment.