You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Four of the manifold examples have the following comment:
# You can also set the pipelines that are available in this pipeline.
# Set manifold to True if you want to use this pipeline as a manifold.
# Manifold pipelines can have multiple pipelines.
self.type = "manifold"
The second line of the comment implies self.manifold = True which conflicts with the actual setting self.type = "manifold".
The text was updated successfully, but these errors were encountered:
Four of the manifold examples have the following comment:
The second line of the comment implies
self.manifold = True
which conflicts with the actual settingself.type = "manifold"
.The text was updated successfully, but these errors were encountered: