Skip to content

Commit

Permalink
Update cst_ssc.jl
Browse files Browse the repository at this point in the history
confirmed removal of return and added back unsafe_load
  • Loading branch information
jgifford914 authored Dec 2, 2024
1 parent 80e300e commit a148af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cst_ssc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end

# function run_ssc(model::String,lat::Float64,lon::Float64,inputs::Dict,outputs::Vector)
function run_ssc(case_data::Dict)
println("updated version as of 12/2 4:28pm")
println("updated version as of 12/2 4:46pm")
model = case_data["CST"]["tech_type"]
### Maps STEP 1 model names to specific SSC modules
model_ssc = Dict(
Expand Down

0 comments on commit a148af1

Please sign in to comment.