Skip to content

Commit

Permalink
fix abstract interface ITransform
Browse files Browse the repository at this point in the history
  • Loading branch information
st-- committed Nov 6, 2017
1 parent 0d3ad09 commit b08279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpflow/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def forward_tensor(self, x):
raise NotImplementedError()

@abc.abstractmethod
def log_jacobian(self, x):
def log_jacobian_tensor(self, x):
"""
Return the log Jacobian of the forward_tensor mapping.
Expand Down

0 comments on commit b08279a

Please sign in to comment.