torrewk / Python-Jax-Fast-Stokesian-Dynamics

A python implementation of the Fast Stokesian Dynamics methods (A. Fiore, J. Swan, 2019) which leverage the library JAX to just-in-time compile and run on GPU the simulation.
3 stars 0 forks source link

Unit tests with pytest #4

Open qubixes opened 6 months ago

qubixes commented 6 months ago

Depends on #3

Start with adding some unit tests. I'm sure given the size of the project this will be an ongoing issue for a while.

torrewk commented 6 months ago

Just added 2 (physical) unit tests contained in test_class.py

torrewk commented 5 months ago

Added a third test, for Brownian motion.

torrewk commented 3 weeks ago

Added more thermal tests.