Skip to content

Commit

Permalink
changes based on filled_ids_fields in IMASDD
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Oct 24, 2023
1 parent c0e824d commit 8f0578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ end
@recipe function plot_ps(ps::IMAS.pulse_schedule; time0=global_time(ps))
@assert typeof(time0) <: Float64
plots = []
for (ids, field) in filled_ids_fields(ps; eval_expr=true)
for (loc,(ids, field)) in filled_ids_fields(ps; eval_expr=true)
if field != :data
continue
end
Expand Down

0 comments on commit 8f0578f

Please sign in to comment.