We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaf4fa commit f23692cCopy full SHA for f23692c
tests/manual/three_nets/test_three_net_scenario.py
@@ -11,7 +11,7 @@
11
if __name__ == "__main__":
12
13
# !!! RUN THE COORDINATOR IN SEPARATE PROCESS AS FOLLOWS !!!
14
- # python3 coordinator.py --task_config=./tests/manual/three_nets/three_net_testing_conf.yaml
+ # python3 coordinator.py --task_config=./tests/manual/three_nets/three_net_testing_conf.yaml -l DEBUG
15
NSE_config = "./three_net_testing_conf.yaml"
16
coordinator_conf = "../../../coordinator.conf"
17
log_filename = "three_net_test.log"
0 commit comments