Skip to content

Commit

Permalink
remove left over @show
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Nov 29, 2024
1 parent 1e56416 commit ea672b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/powersystems_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ end

function get_deterministic_time_series_type(sys::PSY.System)
time_series_types = IS.get_time_series_counts_by_type(sys.data)
@show existing_types = Set(d["type"] for d in time_series_types)
existing_types = Set(d["type"] for d in time_series_types)
if Set(["Deterministic", "DeterministicSingleTimeSeries"]) existing_types
error(
"The System contains a combination of forecast data and transformed time series data. Currently this is not supported.",
Expand Down

0 comments on commit ea672b6

Please sign in to comment.