Skip to content

Enable further multiple estimation syntax tests against fixest #1249

@leostimpfle

Description

@leostimpfle

Enable these tests now that lrberge/fixest#631 is fixed:

# TODO: enable once fixest bug is fixed, see https://github.com/lrberge/fixest/issues/631
pytest.param(
"Y ~ X1 | sw0(f1, f1+f2)",
marks=pytest.mark.skip(reason="fixest nparams bug (#631)"),
),
pytest.param(
"Y ~ X1 | csw0(f1, f1+f2)",
marks=pytest.mark.skip(reason="fixest nparams bug (#631)"),
),
pytest.param(
"Y ~ X1 | sw(f1, f1+f2)",
marks=pytest.mark.skip(reason="fixest nparams bug (#631)"),
),
pytest.param(
"Y ~ X1 | sw0(f1, f1+f2, f1+f2+f3)",
marks=pytest.mark.skip(reason="fixest nparams bug (#631)"),
),
pytest.param(
"Y ~ X1 | csw0(f1, f1+f2, f1+f2+f3)",
marks=pytest.mark.skip(reason="fixest nparams bug (#631)"),
),
pytest.param(
"Y ~ X1 | mvsw(f1, f2)",
marks=pytest.mark.skip(reason="fixest nparams bug (#631)"),
),

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions