Skip to content

Commit

Permalink
Refactor viz/scenarios.jl to follow styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapiano committed Oct 22, 2024
1 parent 6ed463f commit 1535bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/AvizExt/viz/scenarios.jl
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function _confints(
agg_dim = symdiff(axes_names(outcomes), [:timesteps])[1]
for (idx, group) in enumerate(group_names)
confints[:, idx, :] = series_confint(
outcomes[:, scen_groups[group]]; agg_dim=agg_dim
outcomes.data[:, scen_groups[group]]; agg_dim=agg_dim
)
end

Expand Down

0 comments on commit 1535bc2

Please sign in to comment.