Skip to content

Commit

Permalink
fix: removing wavelength variable from refolded fold
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Oct 12, 2023
1 parent 2a3e84e commit 64278b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/2_fold/plot_refolded_folds.py
Expand Up @@ -56,7 +56,7 @@
#

s1 = model.create_and_add_folded_fold_frame(
"s1", limb_wl=4, av_fold_axis=True, nelements=50000, buffer=0.3, solver="lu"
"s1", av_fold_axis=True, nelements=50000, buffer=0.3, solver="lu"
)


Expand Down Expand Up @@ -86,7 +86,6 @@

s0 = model.create_and_add_folded_foliation(
"s0",
limb_wl=1.0,
av_fold_axis=True,
nelements=50000,
buffer=0.2,
Expand Down

0 comments on commit 64278b7

Please sign in to comment.