cherab / solps

Other
6 stars 5 forks source link

Fix SOLPSLineEmitter to pass atomic_data argument when initialising the line shape #75

Closed vsnever closed 1 month ago

vsnever commented 2 months ago

In Cherab 1.5, LineShapeModel takes an atomic_data argument when initialised. SOLPSLineEmitter needs to be updated to support this change: https://github.com/cherab/solps/blob/ef318b1f06fe0608adb21c3011e68c7d655d074b/cherab/solps/models/line_emitter.pyx#L105-L107

vsnever commented 1 month ago

Fixed in #76.