Skip to content

Commit

Permalink
Merge branch 'recurrences' of github.com:PermutaTriangle/comb_spec_se…
Browse files Browse the repository at this point in the history
…archer into recurrences
  • Loading branch information
Unnar committed Jun 14, 2019
2 parents 74ba049 + 226bae4 commit a6d2d27
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions comb_spec_searcher/combinatorial_class.py
Expand Up @@ -69,16 +69,6 @@ def is_positive(self):
"'is_epsilon', 'is_atom' and 'is_positive' "
"for your combinatorial class.")

@classmethod
@abc.abstractmethod
def from_string(cls, string):
"""Return class from string. The string should be a simplified encoding
of combinatorial classes you wish to use the CombSpecSearcher on."""
raise NotImplementedError("This function needs to be added to your "
"combinatorial class in order to use the "
"debug settings and for initial conditions"
" for computing the generating function")

def from_dict(self):
"""Return combinatorial class from the jsonable object."""
raise NotImplementedError("This function is need to reinstantiate a "
Expand Down

0 comments on commit a6d2d27

Please sign in to comment.