Skip to content

Commit

Permalink
Fix a call to _get_circuit_loadbal_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Jul 24, 2023
1 parent bc2758c commit 7a38dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_loadbalance.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_loadbal_subtarget(target_manager_hoc, caplog):
tmp_path = tempfile.TemporaryDirectory("test_loadbal_subtarget")
os.chdir(tmp_path.name)
nodes_file = "/gpfs/fake_node_path"
lbdir, _ = LoadBalance._get_circuit_loadbal_dir(nodes_file)
lbdir, _ = LoadBalance._get_circuit_loadbal_dir(nodes_file, ".")
shutil.copyfile(SIM_DIR / "1k_v5_balance" / "cx_Small.dat", lbdir / "cx_Small#.dat")

lbal = LoadBalance(1, nodes_file, target_manager_hoc, ".", 4)
Expand Down

0 comments on commit 7a38dd2

Please sign in to comment.