Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement periodic psd and pass test * simplify hsgp test, set up for mark other cov_func * attempt at if-else logic in HSGP class API * np.pi in w0 * check arguments for period and nonperiod case * tests run but failing * fix one of the mypy errors * periodic cov pytest uses J not m because mpyp * avoid AttributeError by init parameterization * get rid of mypy "None" error * self.prior_linearized inside if avoids double call * need to add the mean function in prior * run pre-commit locally * add docs to test about why test_prior fails * freshen up the docs * improve coverage of args * mypy ignore type * fix parameterization test * use power_spectral_density_approx because cant sum * tbe -> the typo docs * expand warning and change the triggering clause * separate into HSGP and HSGPPeriodic * remove commented periodic in HSGP test * appease mypy * add scale parameter for HSGP
- Loading branch information