Skip to content

Commit

Permalink
fix: typo falsely renaming function reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed May 3, 2024
1 parent 3d5959a commit 418b387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/divfreemotion/divfree2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

# 4. plot results
savename = savefigpath + "df2d_maxnsupers_validation.png"
pltmoms.plot_maxnsupers(time, maxnsupers, savename=savename)
pltmoms.plot_totnsupers(time, maxnsupers, savename=savename)

nsample = 500
savename = savefigpath + "df2d_motion2d_validation.png"
Expand Down
2 changes: 1 addition & 1 deletion examples/yac/fromfile/yac1_fromfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

# plot super-droplet results
savename = savefigpath + "yac1_maxnsupers_validation.png"
pltmoms.plot_maxnsupers(time, maxnsupers, savename=savename)
pltmoms.plot_totnsupers(time, maxnsupers, savename=savename)

nsample = 1000
savename = savefigpath + "yac1_motion2d_validation.png"
Expand Down

0 comments on commit 418b387

Please sign in to comment.