Skip to content

Commit c48cef6

Browse files
committed
Remove notebooks directory; move tutorial to root
1 parent 2b4ca8b commit c48cef6

File tree

4 files changed

+2241
-2436
lines changed

4 files changed

+2241
-2436
lines changed

Manify Tutorial.ipynb

Lines changed: 2240 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/69_curvature_estimation.ipynb

Lines changed: 0 additions & 308 deletions
This file was deleted.

notebooks/Manify Tutorial.ipynb

Lines changed: 0 additions & 2128 deletions
This file was deleted.

tests/test_curvature_estimation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def test_greedy_method():
126126
dists=D,
127127
embedder_init_kwargs=embedder_init_kwargs,
128128
embedder_fit_kwargs=embedder_fit_kwargs,
129+
verbose=True, # Ensure this hits the print statements
129130
)
130131
# assert set(optimal_pm.signature) == set(pm.signature), "Optimal signature should match the initial signature"
131132
assert len(optimal_pm.signature) == len(loss_history)

0 commit comments

Comments
 (0)