cherab / core

The core source repository for the Cherab project.
https://www.cherab.info
Other
44 stars 24 forks source link

Obsolete docstrings in the interface classes for atomic rates #431

Closed vsnever closed 3 months ago

vsnever commented 4 months ago

The docstrings for the interface atomic rate classes are outdated and instruct the user with the wrong order of parameters for the evaluate() function. For example:

https://github.com/cherab/core/blob/bd36ca157f6524c8c10cb56a78f1a820995a5e85/cherab/core/atomic/rates.pyx#L23-L41

The units of the return values are also incorrect.

vsnever commented 3 months ago

Fixed in #432.