Skip to content

Commit

Permalink
Fixed allowable entries for wind.jl to ANY
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-e-bernal committed Feb 5, 2025
1 parent 9344e01 commit 6c1d3cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/wind.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ struct Wind <: AbstractTech
production_factor_series::Union{Nothing, Array{Real,1}}
size_class::String
hub_height::T where T <: Real
wind_meters_per_sec::Union{AbstractArray{Float64,1}, AbstractArray{Vector{Float64}}}
wind_direction_degrees::Union{AbstractArray{Float64,1}, AbstractArray{Vector{Float64}}}
temperature_celsius::Union{AbstractArray{Float64,1}, AbstractArray{Vector{Float64}}}
pressure_atmospheres::Union{AbstractArray{Float64,1}, AbstractArray{Vector{Float64}}}
wind_meters_per_sec::Any
wind_direction_degrees::Any
temperature_celsius::Any
pressure_atmospheres::Any
acres_per_kw::Real
macrs_option_years::Int
macrs_bonus_fraction::Real
Expand Down

0 comments on commit 6c1d3cf

Please sign in to comment.