Skip to content

Commit 735dcc6

Browse files
committed
Fix 07f179a some more
1 parent d9e1314 commit 735dcc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/amuse_mesa_r2208/tests/test_mesa_2208.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def test15(self):
793793

794794
print("initialize_code(), commit_parameters(), (re)commit_particles(), "
795795
"and cleanup_code() should be called automatically:", end=' ')
796-
instance = MESA()
796+
instance = Mesa()
797797
self.assertEqual(instance.get_name_of_current_state(), 'UNINITIALIZED')
798798
instance.parameters.RGB_wind_scheme = 1
799799
instance.parameters.reimers_wind_efficiency = 0.5
@@ -836,7 +836,7 @@ def test16(self):
836836
def test17(self):
837837
print("MESA validation")
838838

839-
mesa_src_path = os.path.join(os.path.dirname(sys.modules[MESA.__module__].__file__), 'src', 'mesa')
839+
mesa_src_path = os.path.join(os.path.dirname(sys.modules[Mesa.__module__].__file__), 'src', 'mesa')
840840
mesa_star_path = os.path.join(mesa_src_path, 'star', 'test', 'star')
841841

842842
if not os.path.exists(mesa_star_path) or not os.access(mesa_star_path, os.X_OK):

0 commit comments

Comments
 (0)