Skip to content

Commit 4f6bf52

Browse files
committed
Update time_domain_nfchoa.py
reduce order due to Exception: Zeros failed to converge in newer scipy version?!
1 parent eff86e7 commit 4f6bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/time_domain_nfchoa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
plt.savefig('impulse_pw_nfchoa_25d.png')
3434

3535
# Point source
36-
max_order = 100
36+
max_order = 80
3737
xs = [1.5, 1.5, 0] # position
3838
t = np.linalg.norm(xs) / sfs.default.c # observation time
3939
delay, weight, sos, phaseshift, selection, secondary_source = \

0 commit comments

Comments
 (0)