These changes are made to fix the python SyntaxWarning.
During trimap installation, the following SyntaxWarnings are emitted:
/opt/conda/lib/python3.8/site-packages/trimap/trimap_.py:591: SyntaxWarning: "is" with a literal. Did you mean "=="?
if Yinit is None or Yinit is "pca":
/opt/conda/lib/python3.8/site-packages/trimap/trimap_.py:596: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif Yinit is "random":
These changes are made to fix the python
SyntaxWarning
.During trimap installation, the following
SyntaxWarnings
are emitted: