Skip to content

Commit 60168d5

Browse files
committed
reduce ram consumption for rtd
1 parent 4f70de8 commit 60168d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ebtel-nanoflares.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
obstime=obstime,
3737
frame='heliographic_stonyhurst')
3838
arcade_coords = []
39-
for l in np.arange(40,150,20)*u.Mm:
40-
arcade_coords += semi_circular_arcade(l, 5*u.deg, 50, pos, inclination=10*u.deg)
39+
for l in np.arange(50,150,25)*u.Mm:
40+
arcade_coords += semi_circular_arcade(l, 3*u.deg, 10, pos, inclination=10*u.deg)
4141

4242
###########################################################################
4343
# Next, build a `~synthesizAR.Skeleton` from the coordinates of the strands

0 commit comments

Comments
 (0)