fix(experiments): add missing import - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit f35aa86fdd8cb1ff5f8254d92dccfaeb44211aa4
DIR parent 8db43a4f44d5a40467db9fd613706de973506ece
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 6 Jul 2026 12:02:49 +0200
fix(experiments): add missing import
Diffstat:
M experiments/segregation.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/experiments/segregation.py b/experiments/segregation.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# Import sphere functionality
+import numpy
import sphere
### EXPERIMENT SETUP ###