Skip to content

Commit 56c6f9e

Browse files
committed
Fix test
1 parent b36cec9 commit 56c6f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_proton_obstime():
88
t = calc_proton_obstime(
99
n_events=n_simulated,
1010
spectral_index=-2.7,
11-
max_impact=400 * u.m,
11+
scatter_radius=400 * u.m,
1212
viewcone=5 * u.deg,
1313
e_min=100 * u.GeV,
1414
e_max=200 * u.TeV,

0 commit comments

Comments
 (0)