Skip to content

Commit e327081

Browse files
committed
extend unit tests
1 parent 446415c commit e327081

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.coverage

0 Bytes
Binary file not shown.

doubleml/tests/test_blp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def dml_blp_fixture(ci_joint, ci_level):
4242
'values_manual': blp_manual.fittedvalues,
4343
'omega': blp.blp_omega,
4444
'omega_manual': blp_manual.cov_HC0,
45+
'basis': blp.basis,
46+
'signal': blp.orth_signal,
4547
'ci_1': ci_1,
4648
'ci_2': ci_2,
4749
'ci_manual': ci_manual}

0 commit comments

Comments
 (0)