chemprop.exceptions

chemprop.exceptions#

Module Contents#

exception chemprop.exceptions.InvalidShapeError(var_name, received, expected)[source]#

Bases: ValueError

Inappropriate argument value (of correct type).

Parameters:
  • var_name (str)

  • received (Iterable[int])

  • expected (Iterable[int])