Skip to content

Commit

Permalink
removed test statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joschout committed Oct 18, 2019
1 parent fa81d4a commit 77c5fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion submodmax/abstract_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ def __init__(self, objective_function: AbstractObjectiveFunction, ground_set: Se

def optimize(self) -> Set[E]:
raise NotImplementedError("abstract method")
# foobar

0 comments on commit 77c5fd5

Please sign in to comment.