Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
566 stars 153 forks source link

algorithms.py: Adres SyntaxWarning by replacing `is` by `==` in if-statement #192

Closed EwoutH closed 1 year ago

EwoutH commented 1 year ago

Adres SyntaxWarning in algorithms.py by replacing is by == in if-statement.