From 6c1d3cf95b59f1d90509bd887ec2e9d00ad8fa73 Mon Sep 17 00:00:00 2001 From: "Bernal, Daniel" Date: Wed, 5 Feb 2025 09:06:55 -0700 Subject: [PATCH] Fixed allowable entries for wind.jl to ANY --- src/core/wind.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/wind.jl b/src/core/wind.jl index 81cfbdecd..8228c47c1 100644 --- a/src/core/wind.jl +++ b/src/core/wind.jl @@ -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