pyroll-project / pyroll-core

PyRoll rolling simulation framework - core library.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Test fail do to None Values in Groove List when checking for 0 values #113

Closed ChRen95 closed 1 year ago

ChRen95 commented 1 year ago

Since the code in `generic_elongation.py only checks if values are smaller 0, but None values can be inside the list, the comparison fails.