Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Ridepooling_Simulations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rhaag
Ridepooling_Simulations
Commits
091d531d
Commit
091d531d
authored
3 years ago
by
Ruben Haag
Browse files
Options
Downloads
Patches
Plain Diff
Updated for with new dispatcher
parent
29c0bf3a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
initialize.jl
+8
-8
8 additions, 8 deletions
initialize.jl
with
8 additions
and
8 deletions
initialize.jl
+
8
−
8
View file @
091d531d
...
@@ -26,7 +26,7 @@ for (name, path) in paths
...
@@ -26,7 +26,7 @@ for (name, path) in paths
end
end
map_folder
=
"./example_map/map/"
map_folder
=
"./example_map/map/"
dispatcher_folder
=
"./example_map/delays_wt1reldelta1/"
#
dispatcher_folder = "./example_map/delays_wt1reldelta1/"
for
name
in
readdir
(
map_folder
,
join
=
false
)
for
name
in
readdir
(
map_folder
,
join
=
false
)
...
@@ -36,13 +36,13 @@ catch e
...
@@ -36,13 +36,13 @@ catch e
println
(
e
)
println
(
e
)
end
end
end
end
for
name
in
readdir
(
dispatcher_folder
,
join
=
false
)
#
for name in readdir(dispatcher_folder, join=false)
try
#
try
cp
(
dispatcher_folder
*
"/"
*
name
,
paths
[
:
dispatcher
]
*
"/"
*
name
)
#
cp(dispatcher_folder*"/"*name, paths[:dispatcher]*"/"*name)
catch
e
#
catch e
println
(
e
)
#
println(e)
end
#
end
end
#
end
for
(
name
,
path
)
in
paths
for
(
name
,
path
)
in
paths
try
try
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment