Skip to content

Commit 8d408d2

Browse files
authored
Revert "Add Differentiable Physics: Mass-Spring System example" (#1360)
Revert "Add Differentiable Physics: Mass-Spring System example (#1359)" This reverts commit 7c35995.
1 parent 7c35995 commit 8d408d2

File tree

5 files changed

+0
-231
lines changed

5 files changed

+0
-231
lines changed

differentiable_physics/mass_spring.py

Lines changed: 0 additions & 154 deletions
This file was deleted.
-17.3 KB
Binary file not shown.

differentiable_physics/readme.md

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

differentiable_physics/requirements.txt

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

run_python_examples.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ function gat() {
170170
uv run main.py --epochs 1 --dry-run || error "graph attention network failed"
171171
}
172172

173-
function differentiable_physics() {
174-
uv run mass_spring.py --mode train --epochs 5 --steps 3 || error "differentiable_physics example failed"
175-
}
176-
177-
178173
eval "base_$(declare -f stop)"
179174

180175
function stop() {
@@ -228,7 +223,6 @@ function run_all() {
228223
run fx
229224
run gcn
230225
run gat
231-
run differentiable_physics
232226
}
233227

234228
# by default, run all examples

0 commit comments

Comments
 (0)