@@ -25,39 +25,42 @@ jobs:
25
25
conda env create -f environment.yml -n test_neat
26
26
source activate test_neat
27
27
poetry install
28
- cd config_template
29
28
30
29
- name : Run NEAT Simulation for config_test1
31
30
run : |
32
31
source activate test_neat
33
- python -m neat --log-level DEBUG read-simulator -c config_test1.yml -o ../outputs/test1_read-simulator
32
+ python -m neat --log-level DEBUG read-simulator -c config_template/ config_test1.yml -o ../outputs/test1_read-simulator
34
33
35
34
- name : Run NEAT Simulation for config_test2
36
- run : python -m neat --log-level DEBUG read-simulator -c config_test2.yml -o ../outputs/test2_read-simulator
35
+ run : |
36
+ source activate test_neat
37
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test2.yml -o ../outputs/test2_read-simulator
37
38
38
39
- name : Run NEAT Simulation for config_test3
39
- run : python -m neat --log-level DEBUG read-simulator -c config_test3.yml -o ../outputs/test3_read-simulator
40
+ run : |
41
+ source activate test_neat
42
+ python -m neat --log-level DEBUG read-simulator -c config_template/config_test3.yml -o ../outputs/test3_read-simulator
40
43
41
44
- name : Run NEAT Simulation for config_test4
42
- run : python -m neat --log-level DEBUG read-simulator -c config_test4.yml -o ../outputs/test4_read-simulator
45
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test4.yml -o ../outputs/test4_read-simulator
43
46
44
47
- name : Run NEAT Simulation for config_test5
45
- run : python -m neat --log-level DEBUG read-simulator -c config_test5.yml -o ../outputs/test5_read-simulator
48
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test5.yml -o ../outputs/test5_read-simulator
46
49
47
50
- name : Run NEAT Simulation for config_test6
48
- run : python -m neat --log-level DEBUG read-simulator -c config_test6.yml -o ../outputs/test6_read-simulator
51
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test6.yml -o ../outputs/test6_read-simulator
49
52
50
53
- name : Run NEAT Simulation for config_test7
51
- run : python -m neat --log-level DEBUG read-simulator -c config_test7.yml -o ../outputs/test7_read-simulator
54
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test7.yml -o ../outputs/test7_read-simulator
52
55
53
56
- name : Run NEAT Simulation for config_test8
54
- run : python -m neat --log-level DEBUG read-simulator -c config_test8.yml -o ../outputs/test8_read-simulator
57
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test8.yml -o ../outputs/test8_read-simulator
55
58
56
59
- name : Run NEAT Simulation for config_test9
57
- run : python -m neat --log-level DEBUG read-simulator -c config_test9.yml -o ../outputs/test9_read-simulator
60
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test9.yml -o ../outputs/test9_read-simulator
58
61
59
62
- name : Run NEAT Simulation for config_test10
60
- run : python -m neat --log-level DEBUG read-simulator -c config_test10.yml -o ../outputs/test10_read-simulator
63
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test10.yml -o ../outputs/test10_read-simulator
61
64
62
65
- name : Run NEAT Simulation for config_test11
63
- run : python -m neat --log-level DEBUG read-simulator -c config_test11.yml -o ../outputs/test11_read-simulator
66
+ run : python -m neat --log-level DEBUG read-simulator -c config_template/ config_test11.yml -o ../outputs/test11_read-simulator
0 commit comments