Skip to content

Commit

Permalink
MNT: increase default collinearity tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Apr 10, 2022
1 parent f30ea32 commit d39a598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblp/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
pseudo_inverses = True
weights_tol = 1e-10
singular_tol = 1 / _np.finfo(dtype).eps
collinear_atol = collinear_rtol = 1e-14
collinear_atol = collinear_rtol = 1e-10
psd_atol = psd_rtol = 1e-8

0 comments on commit d39a598

Please sign in to comment.