Skip to content

Commit 5435b52

Browse files
committed
update notebooks, doc and remove unused files.
1 parent ee21a92 commit 5435b52

6 files changed

Lines changed: 2913 additions & 2267 deletions

File tree

docs/vertax.html

Lines changed: 826 additions & 760 deletions
Large diffs are not rendered by default.

examples/pbc_from_image.ipynb

Lines changed: 26 additions & 21 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,8 @@ markers = ["long: marks tests as slow (deselect with '-m \"not slow\"')"]
149149

150150
[dependency-groups]
151151
dev = [
152-
"furo>=2025.12.19",
153-
"myst-parser>=5.0.0",
152+
"jupyterlab>=4.5.7",
154153
"pdoc>=16.0.0",
155154
"pytest>=8.4.2",
156155
"scalene>=1.5.55",
157-
"sphinx>=9.0.4",
158-
"sphinx-autoapi>=3.8.0",
159-
"sphinx-autodoc-typehints>=3.6.1",
160-
"sphinx-book-theme>=1.2.0",
161-
"sphinx-copybutton>=0.5.2",
162156
]

tests/correlation/test_e2.py

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

tests/correlation/test_e2_t1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def create_optimizer() -> PbcBilevelOptimizer:
8181
bop.patience = 5
8282
bop.inner_solver = optax.sgd(learning_rate=0.01)
8383
bop.outer_solver = optax.adam(learning_rate=0.0001, nesterov=True)
84-
bop.bilevel_optimization_method = BilevelOptimizationMethod.AUTOMATIC_DIFFERENTIATION
84+
bop.bilevel_optimization_method = BilevelOptimizationMethod.ADJOINT_STATE
8585
bop.loss_function_outer = cost_v2v
8686
# bop.loss_function_outer = cost_v2v_ias
8787
return bop

0 commit comments

Comments
 (0)