Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbccc committed Jul 13, 2024
1 parent 57a47bb commit 5523cf6
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,3 @@ def setup_method(self):
static=torch.randn(16, 9),
y=torch.randint(0, 2, (16,)),
)

def test_lift_topology(self):
simplex = self.lifting.lift_topology(self.data)
assert isinstance(simplex, dict), "The output should be a dictionary."
assert (
"incidence_matrices" in simplex
), "The output dictionary should contain incidence matrices."

0 comments on commit 5523cf6

Please sign in to comment.