Open peterroelants opened 7 months ago
String/Literal comparison should be done using == instead of is
==
is
Solves:
/app/venv/lib/python3.10/site-packages/allosaurus/pm/preprocess.py:45: SyntaxWarning: "is" with a literal. Did you mean "=="? # if wintype is 'povey':
String/Literal comparison should be done using
==
instead ofis
Solves: