Skip to content

Commit

Permalink
Merge pull request #47 from MichaelPesce/add-new-input-parameters
Browse files Browse the repository at this point in the history
update parameter list to include new parameters
  • Loading branch information
MichaelPesce authored Oct 19, 2023
2 parents 25a227d + 0f7da74 commit fdd7f72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/app/internal/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,5 +694,10 @@ def get_input_lists():
"StorageInitialWaterQuality",
"PadStorageInitialWaterQuality",
"DisposalOperatingCapacity",
"TreatmentExpansionLeadTime",
"DisposalExpansionLeadTime",
"StorageExpansionLeadTime",
"PipelineExpansionLeadTime_Dist",
"PipelineExpansionLeadTime_Capac",
]
return [set_list, parameter_list]

0 comments on commit fdd7f72

Please sign in to comment.