Skip to content

Commit

Permalink
added function stub for inconclusive restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgibson committed Sep 29, 2018
1 parent cb16007 commit 81f4dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aslm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class AimlessShooting:
def __init__(self, starting_points):
self.starting_points = starting_points
return

def restart_inconclusive(self):
return
pass


Expand Down

0 comments on commit 81f4dae

Please sign in to comment.