Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyssa Cote committed Apr 19, 2024
1 parent b80e0f6 commit e0e50ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/on_wlm/test_symlinking.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

def test_batch_model_and_ensemble(test_dir, wlmutils):
exp_name = "test-batch"
launcher=wlmutils.get_test_launcher()
launcher = wlmutils.get_test_launcher()
exp = Experiment(exp_name, launcher=launcher, exp_path=test_dir)
rs = exp.create_run_settings("echo", ["spam", "eggs"])
bs = exp.create_batch_settings()
Expand Down Expand Up @@ -102,7 +102,7 @@ def test_batch_model_and_ensemble(test_dir, wlmutils):

def test_batch_ensemble_symlinks(test_dir, wlmutils):
exp_name = "test-batch-ensemble"
launcher=wlmutils.get_test_launcher()
launcher = wlmutils.get_test_launcher()
exp = Experiment(exp_name, launcher=launcher, exp_path=test_dir)
rs = exp.create_run_settings("echo", ["spam", "eggs"])
bs = exp.create_batch_settings()
Expand Down Expand Up @@ -135,7 +135,7 @@ def test_batch_ensemble_symlinks(test_dir, wlmutils):

def test_batch_model_symlinks(test_dir, wlmutils):
exp_name = "test-batch-model"
launcher=wlmutils.get_test_launcher()
launcher = wlmutils.get_test_launcher()
exp = Experiment(exp_name, launcher=launcher, exp_path=test_dir)
rs = exp.create_run_settings("echo", ["spam", "eggs"])
bs = exp.create_batch_settings()
Expand All @@ -153,8 +153,8 @@ def test_batch_model_symlinks(test_dir, wlmutils):


def test_batch_orchestrator_symlinks(test_dir, wlmutils):
exp_name="test-batch-orc"
launcher=wlmutils.get_test_launcher()
exp_name = "test-batch-orc"
launcher = wlmutils.get_test_launcher()
exp = Experiment(exp_name, launcher=launcher, exp_path=test_dir)
port = 2424
db = exp.create_database(db_nodes=3, port=port, batch=True, single_cmd=False)
Expand Down

0 comments on commit e0e50ca

Please sign in to comment.