Skip to content

Commit 294794a

Browse files
author
Isaac Peterson
committed
updates
1 parent 06055a7 commit 294794a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

matsimAI/run_gradient_flow_matching.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ def main(args):
1919
save_path = Path(output_path, f"{unique_time_string}_nclusters_{args.num_clusters}_{network_name}")
2020
tensorboard_path = Path(save_path, "logs")
2121
writer = SummaryWriter(tensorboard_path)
22-
23-
24-
os.makedirs(tensorboard_path)
2522

2623
tree = ET.parse(args.config_path)
2724
root = tree.getroot()

scenarios/i-15-scenario/i-15-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<param name="inputCountsFile" value="i-15-counts.xml" />
1919
<param name="writeCountsInterval" value="1" />
2020
<param name="averageCountsOverIterations" value="1" />
21-
<param name="countsScaleFactor" value="5" /></module>
21+
<param name="countsScaleFactor" value="1" /><param name="countsScaleFactor" value="1" /></module>
2222

2323
<module name="controller">
2424
<param name="outputDirectory" value="./i-15-output" />

0 commit comments

Comments
 (0)