88from amuse .units import nbody_system
99from amuse .units import units
1010
11- from amuse .units . quantities import is_quantity
11+ from amuse .community import *
1212from amuse .support .interface import InCodeComponentImplementation
1313
1414from amuse .io import read_set_from_file , write_set_to_file
@@ -630,7 +630,7 @@ def test9(self):
630630
631631 self .assertEqual (x [2 :6 ].mass , [3 , 10 , 11 , 12 ])
632632
633- def test10_noci (self ):
633+ def test10 (self ):
634634 x = DistributedParticles (
635635 size = 40 ,
636636 number_of_workers = 4
@@ -760,7 +760,7 @@ def test16(self):
760760 self .assertEqual (y .index , x .index )
761761 self .assertEqual (y .mass , x .mass )
762762
763- def test17_noci (self ):
763+ def test17 (self ):
764764 test_results_path = self .get_path_to_results ()
765765 filebase = os .path .join (test_results_path , "test_distributed_sets" )
766766 for i in [0 , 1 ]:
@@ -789,7 +789,7 @@ def test17_noci(self):
789789
790790# number of workers > number of files
791791# still problematic, because of non-existing attributes if nothing read
792- def test18_noci (self ):
792+ def test18 (self ):
793793 test_results_path = self .get_path_to_results ()
794794 filebase = os .path .join (test_results_path , "test_distributed_sets" )
795795 for i in [0 , 1 ]:
@@ -816,7 +816,7 @@ def test18_noci(self):
816816 self .assertEqual (x .index , z .index )
817817 self .assertEqual (x .mass , z .mass )
818818
819- def test19_noci (self ):
819+ def test19 (self ):
820820 from .test_distributed_particles import distributed_king_generator
821821 from amuse .ic .kingmodel import MakeKingModel
822822
0 commit comments