Skip to content

Commit

Permalink
Deleted comment that copied existing code.
Browse files Browse the repository at this point in the history
The abstract property shape() is already declared on ZfitParameter.
  • Loading branch information
SebastianJL committed Apr 16, 2020
1 parent d6fd37b commit e16a3d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zfit/core/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,6 @@ def read_value(self) -> tf.Tensor:
def independent(self) -> bool:
raise NotImplementedError

# TODO: shape to numeric?
# @property
# @abc.abstractmethod
# def shape(self):
# raise NotImplementedError


class ZfitIndependentParameter(ZfitParameter, metaclass=ABCMeta):
@abstractmethod
Expand Down

0 comments on commit e16a3d8

Please sign in to comment.