Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 0 additions & 154 deletions differentiable_physics/mass_spring.py

This file was deleted.

Binary file removed differentiable_physics/mass_spring_viz.png
Binary file not shown.
68 changes: 0 additions & 68 deletions differentiable_physics/readme.md

This file was deleted.

3 changes: 0 additions & 3 deletions differentiable_physics/requirements.txt

This file was deleted.

6 changes: 0 additions & 6 deletions run_python_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ function gat() {
uv run main.py --epochs 1 --dry-run || error "graph attention network failed"
}

function differentiable_physics() {
uv run mass_spring.py --mode train --epochs 5 --steps 3 || error "differentiable_physics example failed"
}


eval "base_$(declare -f stop)"

function stop() {
Expand Down Expand Up @@ -228,7 +223,6 @@ function run_all() {
run fx
run gcn
run gat
run differentiable_physics
}

# by default, run all examples
Expand Down