Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Sep 23, 2024
1 parent da87e1d commit 86f25ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scippneutron/absorption/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ def attenuation_coefficient(self, wavelength):
wavelength
/ sc.scalar(1.7982, unit='angstrom').to(unit=wavelength.unit)
)
).to(unit=self.scatter_cross_section.unit)
).to(unit=self.scattering_cross_section.unit)
)

0 comments on commit 86f25ed

Please sign in to comment.