Skip to content

Commit 31e8eab

Browse files
committed
reverting changes
1 parent 4b5a486 commit 31e8eab

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ USER root
5151
RUN python install.py
5252
RUN chown -R qmea /QGA_JSSP
5353
RUN chmod 755 run_*
54-
RUN mkdir -p logdata_3
55-
RUN chown qmea logdata_3
56-
RUN chmod 755 logdata_3
5754
#RUN echo "/app/qga_lib" > /usr/local/lib/python3.9/site-packages/qga_lib.pth
5855
USER qmea
5956

alg/NSGA_II/run_experiment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def run_experiment(cfg: DictConfig):
3131
log_path = os.path.join(par_dir, logdata_path + f"_{cfg.experiment.experiment_id}_{cur_timestamp}")
3232
if not os.path.exists(log_path):
3333
# Create the log folder
34-
print(subprocess.run(["ls", "-lah"]))
3534
os.mkdir(log_path)
3635
print("Created log direcotry at: " + str(log_path))
3736
else:

run_position_experiment.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
ls -la /QGA_JSSP/logdata_3
44

5+
6+
57
#python ./alg/NSGA_II/run_experiment.py -cn experiment_qga_position.yaml
68

79
for pop_size in 50

0 commit comments

Comments
 (0)