Skip to content

Commit f23692c

Browse files
committed
update testing script
1 parent 5eaf4fa commit f23692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manual/three_nets/test_three_net_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if __name__ == "__main__":
1212

1313
# !!! RUN THE COORDINATOR IN SEPARATE PROCESS AS FOLLOWS !!!
14-
# python3 coordinator.py --task_config=./tests/manual/three_nets/three_net_testing_conf.yaml
14+
# python3 coordinator.py --task_config=./tests/manual/three_nets/three_net_testing_conf.yaml -l DEBUG
1515
NSE_config = "./three_net_testing_conf.yaml"
1616
coordinator_conf = "../../../coordinator.conf"
1717
log_filename = "three_net_test.log"

0 commit comments

Comments
 (0)