njoy / ENDFtk

Toolkit for reading and interacting with ENDF-6 formatted files
Other
33 stars 5 forks source link

Typo in the python binding doc string for ResonanceRange #209

Closed amlewis1578 closed 1 month ago

amlewis1578 commented 1 month ago

In develop

The doc string says the parameter is scatteringRadius:

https://github.com/njoy/ENDFtk/blob/e2e2babea34ddb6ca3c07806d8e739289562a438/python/src/section/2/151/ResonanceRange.python.cpp#L52

but the parameter is actually scattering_radius:

https://github.com/njoy/ENDFtk/blob/e2e2babea34ddb6ca3c07806d8e739289562a438/python/src/section/2/151/ResonanceRange.python.cpp#L40