Skip to content

Commit 53edebe

Browse files
committed
update 060
1 parent 146fb4e commit 53edebe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/data_collection/data_importation/emulation_statistics/run_import_json.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
if __name__ == '__main__':
44
ImportUtil.import_emulation_statistics_from_disk_json(
55
input_file="/media/lagring/statistics_dataset_14_nov_22_json/statistics.json",
6-
emulation_name="csle-level9-050")
6+
emulation_name="csle-level9-060")
77
ImportUtil.import_emulation_statistics_from_disk_json(
88
input_file="/home/kim/stat_1.json",
9-
emulation_name="csle-level9-050")
9+
emulation_name="csle-level9-060")
1010
ImportUtil.import_emulation_statistics_from_disk_json(
1111
input_file="/home/kim/stat_2.json",
12-
emulation_name="csle-level9-050")
12+
emulation_name="csle-level9-060")
1313
ImportUtil.import_emulation_statistics_from_disk_json(
1414
input_file="/home/kim/stat_3.json",
15-
emulation_name="csle-level9-050")
15+
emulation_name="csle-level9-060")
1616
ImportUtil.import_emulation_statistics_from_disk_json(
1717
input_file="/home/kim/stat_5.json",
18-
emulation_name="csle-level9-050")
18+
emulation_name="csle-level9-060")
1919
ImportUtil.import_emulation_statistics_from_disk_json(
2020
input_file="/home/kim/stat_7.json",
21-
emulation_name="csle-level9-050")
21+
emulation_name="csle-level9-060")

examples/data_collection/data_importation/emulation_traces/run_import_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# emulation_name="csle-level9-030")
66
for i in range(1, 64):
77
ImportUtil.import_emulation_traces_from_disk_json(
8-
input_file=f"/media/lagring/traces_31_oct/{i}.json", emulation_name="csle-level9-050")
8+
input_file=f"/media/lagring/traces_31_oct/{i}.json", emulation_name="csle-level9-060")

0 commit comments

Comments
 (0)