Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ahmad Reza Cheraghi
swarm-sim
Commits
3157195a
Commit
3157195a
authored
Sep 18, 2019
by
Ahmad Reza Cheraghi
Browse files
Update world.py
parent
efa2ffc6
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/world.py
View file @
3157195a
...
...
@@ -80,6 +80,14 @@ class World:
self
.
csv_round
.
success
()
self
.
set_end
()
def
get_max_round
(
self
):
"""
The max round number
:return: maximum round number
"""
return
self
.
config_data
.
max_round
def
get_actual_round
(
self
):
"""
The actual round number
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment