Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavidrcamacho committed Feb 15, 2022
1 parent 791cad6 commit 02b6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpyrn/_gp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Auxiliary Gaussian processes functions
"""
import numpy as np
from gprn import covFunction as kernels
from gpyrn import covfunc as kernels
from scipy.linalg import cho_factor, cho_solve

##### Gaussian processes #######################################################
Expand Down

0 comments on commit 02b6cb7

Please sign in to comment.