Skip to content

Commit

Permalink
Update test_sfsolve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jun 28, 2024
1 parent a2652ce commit 4ff0fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynonthermal/tests/test_sfsolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_iron():
(26, 3, 0.7),
]

with pynonthermal.SpencerFanoSolver(emin_ev=1, emax_ev=16000, npts=4096, verbose=True) as sf:
with pynonthermal.SpencerFanoSolver(emin_ev=1, emax_ev=16000, npts=2048, verbose=True) as sf:
for Z, ion_stage, n_ion in ions:
sf.add_ionisation(Z, ion_stage, n_ion=n_ion)
sf.add_ion_ltepopexcitation(Z, ion_stage, n_ion=n_ion)
Expand Down

0 comments on commit 4ff0fac

Please sign in to comment.