Skip to content

Commit

Permalink
Fix missing liveplot
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Nov 5, 2024
1 parent f4ef2d0 commit a18857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/basic_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Note that the assimilation "knows" the HMM,
# but `xx` is only used for performance *assessment*.

xp.assimilate(HMM, xx, yy)
xp.assimilate(HMM, xx, yy, liveplots=True)

# ### Average the time series
# Computes a set of different statistics.
Expand Down

0 comments on commit a18857c

Please sign in to comment.