Skip to content

Commit

Permalink
Merge branch 'master' into write_router_collision_potential_report
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B authored Apr 19, 2022
2 parents 38a5900 + 7380a56 commit 45fbd93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ def run_until_complete(self, n_steps=None):
"""
self._run_until_complete = True
self._run(n_steps, sync_time=0)
self._run_until_complete = False

def run(self, run_time, sync_time=0):
""" Run a simulation for a fixed amount of time
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ def local_tdma_builder(machine_graph, n_keys_map, application_graph=None):
logger.warning(
"A time scale factor of {} may be needed to run correctly"
.format(time_scale_factor_needed))
elif max_fraction_of_sending < 1:
logger.info(
"The time scale factor could be reduced to {}"
.format(time_scale_factor_needed))

# get initial offset for each app vertex.
for app_vertex in application_graph.vertices:
Expand Down

0 comments on commit 45fbd93

Please sign in to comment.