Skip to content

Commit

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

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

0 comments on commit fa81d4a

Please sign in to comment.