Skip to content

Commit

Permalink
Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Jun 16, 2024
1 parent 12119f1 commit 3efbd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_nanobind_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def test_exception_unknown_method():
target_dimension = 2
parameters.add(tapkee.Parameter.create('target dimension', target_dimension))
data = np.random.randn(124, 3)
embedded_data = tapkee.initialize().withParameters(parameters).embedUsing(data).embedding
embedded_data = tapkee.with(parameters).embedUsing(data).embedding
assert(embedded_data.shape == tuple([data.shape[1], target_dimension]))

0 comments on commit 3efbd16

Please sign in to comment.