Skip to content

Commit 64278b7

Browse files
committed
fix: removing wavelength variable from refolded fold
1 parent 2a3e84e commit 64278b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/2_fold/plot_refolded_folds.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#
5757

5858
s1 = model.create_and_add_folded_fold_frame(
59-
"s1", limb_wl=4, av_fold_axis=True, nelements=50000, buffer=0.3, solver="lu"
59+
"s1", av_fold_axis=True, nelements=50000, buffer=0.3, solver="lu"
6060
)
6161

6262

@@ -86,7 +86,6 @@
8686

8787
s0 = model.create_and_add_folded_foliation(
8888
"s0",
89-
limb_wl=1.0,
9089
av_fold_axis=True,
9190
nelements=50000,
9291
buffer=0.2,

0 commit comments

Comments
 (0)