MCPcopy Create free account
hub / github.com/dfm/george / test_basic_solver

Function test_basic_solver

tests/test_solvers.py:57–58  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

55 assert np.allclose(solver.apply_inverse(K), np.eye(N)), "Incorrect inverse"
56
57def test_basic_solver(**kwargs):
58 _test_solver(BasicSolver, **kwargs)
59
60
61def test_hodlr_solver(**kwargs):

Callers

nothing calls this directly

Calls 1

_test_solverFunction · 0.85

Tested by

no test coverage detected