Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
levtelyatnikov committed Dec 24, 2024
1 parent 2102532 commit 45a9bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topobenchmark/data/datasets/mantra_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
self.name = "_".join(
[name, str(self.version), f"manifold_dim_{self.manifold_dim}"]
)
if kwargs.get("slice", None):
if kwargs.get("slice"):
self.slice = 100
else:
self.slice = None

Check warning on line 67 in topobenchmark/data/datasets/mantra_dataset.py

View check run for this annotation

Codecov / codecov/patch

topobenchmark/data/datasets/mantra_dataset.py#L67

Added line #L67 was not covered by tests
Expand Down

0 comments on commit 45a9bb3

Please sign in to comment.