File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ def test_executor_exception_future(self):
329
329
def test_meta (self ):
330
330
meta_data_exe_dict = {
331
331
"cores" : 2 ,
332
- "spawner" : "<class 'executorlib.standalone.spawner.MpiExecSpawner'>" ,
332
+ "spawner" : "<class 'executorlib.standalone.interactive. spawner.MpiExecSpawner'>" ,
333
333
"hostname_localhost" : True ,
334
334
"init_function" : None ,
335
335
"cwd" : None ,
@@ -358,7 +358,7 @@ def test_meta(self):
358
358
def test_meta_step (self ):
359
359
meta_data_exe_dict = {
360
360
"cores" : 2 ,
361
- "spawner" : "<class 'executorlib.standalone.spawner.MpiExecSpawner'>" ,
361
+ "spawner" : "<class 'executorlib.standalone.interactive. spawner.MpiExecSpawner'>" ,
362
362
"hostname_localhost" : True ,
363
363
"cwd" : None ,
364
364
"openmpi_oversubscribe" : False ,
You can’t perform that action at this time.
0 commit comments