Skip to content

Commit c6aa005

Browse files
ruff
1 parent bd0d917 commit c6aa005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neurometry/estimators/topology/topology_classifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def predict(self, X):
189189
print(f"Predicted topology: {prediction_label}")
190190

191191
return prediction
192-
192+
193193
def plot_topo_feature_space(self):
194194
"""Plot the topological feature space of the reference data."""
195195
import plotly.graph_objects as go
@@ -216,7 +216,7 @@ def plot_topo_feature_space(self):
216216
marker=dict(size=3, color=color_map[label]),
217217
)
218218
)
219-
219+
220220
fig.add_trace(
221221
go.Scatter3d(
222222
x=self.features[:, 0],

0 commit comments

Comments
 (0)