cherab / core

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

Fix NotImplementedError in the TestLaserSpectrum unit test. #418

Closed vsnever closed 1 year ago

vsnever commented 1 year ago

This fixes #417 by replacing the base TestLaserSpectrum with its simplest subclass ConstantSpectrum. It also fixes the test for the bins property.

vsnever commented 1 year ago

CI tests failed on Python 3.10 because Raysect 0.8.1 does not have a wheel for 3.10 and is not compatible with Cython 3.0.

vsnever commented 1 year ago

Thanks @Mateasek, I'll merge it then.