Skip to content

Commit

Permalink
try to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgautier committed Dec 1, 2021
1 parent 9323baa commit 0cf3d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- master
- v1-dev
paths:
- "dppy/**"
- "src/**"
- "tests/**"
- "pyproject.toml"
Expand Down
2 changes: 1 addition & 1 deletion dppy/finite/dpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def sample_mcmc_k_dpp(self, size, method="e", random_state=None, **params):
return self.sample_mcmc(method="e", random_state=None, **params)

def compute_K(self):
"""Alias of :py:meth:`~dppy.finite.dpp.FiniteDPP.compute_correlation_kernel`"""
"""Alias of :py:meth:`~dppy.finite.dpp.FiniteDPP.compute_correlation_kernel`."""
return self.compute_correlation_kernel()

def compute_correlation_kernel(self):
Expand Down

0 comments on commit 0cf3d23

Please sign in to comment.