Skip to content

Commit

Permalink
add licesnse
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed May 5, 2024
1 parent 2c2ba0b commit 5f11d0e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions numpyro/contrib/hsgp/approximation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Contributors to the Pyro project.
# SPDX-License-Identifier: Apache-2.0

"""
This module contains the low-rank approximation functions of the Hilbert space Gaussian process.
"""
Expand Down
3 changes: 3 additions & 0 deletions numpyro/contrib/hsgp/laplacian.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Contributors to the Pyro project.
# SPDX-License-Identifier: Apache-2.0

"""
This module contains functions for computing eigenvalues and eigenfunctions of the laplace operator.
"""
Expand Down
3 changes: 3 additions & 0 deletions numpyro/contrib/hsgp/spectral_densities.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Contributors to the Pyro project.
# SPDX-License-Identifier: Apache-2.0

"""
This module contains spectral densities for various kernel functions.
"""
Expand Down
3 changes: 3 additions & 0 deletions test/contrib/hsgp/test_approximation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Contributors to the Pyro project.
# SPDX-License-Identifier: Apache-2.0

import pytest

from jax import random
Expand Down
3 changes: 3 additions & 0 deletions test/contrib/hsgp/test_laplacian.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Contributors to the Pyro project.
# SPDX-License-Identifier: Apache-2.0

import pytest

import jax.numpy as jnp
Expand Down
3 changes: 3 additions & 0 deletions test/contrib/hsgp/test_spectral_densities.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Contributors to the Pyro project.
# SPDX-License-Identifier: Apache-2.0

import pytest

import jax.numpy as jnp
Expand Down

0 comments on commit 5f11d0e

Please sign in to comment.