Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoeacosta committed Aug 31, 2024
1 parent bd0d917 commit c6aa005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurometry/estimators/topology/topology_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def predict(self, X):
print(f"Predicted topology: {prediction_label}")

return prediction

def plot_topo_feature_space(self):
"""Plot the topological feature space of the reference data."""
import plotly.graph_objects as go
Expand All @@ -216,7 +216,7 @@ def plot_topo_feature_space(self):
marker=dict(size=3, color=color_map[label]),
)
)

fig.add_trace(
go.Scatter3d(
x=self.features[:, 0],
Expand Down

0 comments on commit c6aa005

Please sign in to comment.