Skip to content

Commit

Permalink
minor fix to the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Feb 12, 2025
1 parent 2cb7279 commit 943988c
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/src/tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,19 +363,10 @@ dd1.equilibrium.time_slice[1].time = -100.0
IMAS.diff(dd.equilibrium, dd1.equilibrium)

# ## Summary
# Snapshot of `dd` in 0D quantities (evaluated at `dd.global_time`)

#FUSE.extract(dd)

# Snapshot of `dd` in 0D quantities (evaluated at `dd.global_time`).
#
# Extract + plots saved to PDF (printed to screen it `filename` is omitted)

# filename = joinpath(tutorial_temp_dir, "$(ini.general.casename).pdf")
# FUSE.digest(dd)#, filename)

# ## More things

# disable or enable printing of what actor is executed

# FUSE.actor_logging(dd, false) # or true

filename = joinpath(tutorial_temp_dir, "$(ini.general.casename).pdf")
FUSE.extract(dd)#, filename)

0 comments on commit 943988c

Please sign in to comment.