corrected tally name in D1S example (#3383)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Jonathan Shimwell 2025-05-03 06:38:23 +02:00 committed by GitHub
parent 4138bc34e0
commit d0354dbd71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,5 +88,5 @@ relevant tallies. This can be done with the aid of the
dose_tally = sp.get_tally(name='dose tally')
# Apply time correction factors
tally = d1s.apply_time_correction(tally, factors, time_index)
tally = d1s.apply_time_correction(dose_tally, factors, time_index)