Skip to content

Commit 5ae0e83

Browse files
committed
cleaned up tidymess tests
1 parent bd84576 commit 5ae0e83

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/amuse_tidymess/tests/test_tidymess.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
"""
2-
Date Created : December 10, 2025
3-
Last Updated : April 28, 2026
4-
Tests for Tidymess and TidymessInterface
5-
6-
For questions about the tests, contact elkogerville@gmail.com
7-
"""
8-
91
from amuse.datamodel import Particles
102
from amuse.ext.orbital_elements import generate_binaries
113
from amuse.support.testing.amusetest import TestWithMPI
12-
from amuse.units import constants as c, nbody_system, units as u
13-
from amuse.units.quantities import VectorQuantity
144
from amuse_tidymess.interface import Tidymess, TidymessInterface
5+
from amuse.units import constants as c, nbody_system, units as u
156
import numpy as np
167

178

0 commit comments

Comments
 (0)