pmelchior / proxmin

Proximal optimization in pure python
MIT License
109 stars 23 forks source link

Python 3.8 bugfix #25

Closed fred3m closed 3 years ago

fred3m commented 3 years ago

In python 3.8 using is to compare a variable to a number is deprecated, instead we need to use ==. So this PR fixes the bug and prevents the warning from being displayed.