We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the python package DoubleML, we do have unit tests for model defaults, see https://github.com/DoubleML/doubleml-for-py/blob/master/doubleml/tests/test_doubleml_model_defaults.py. The intention behind such "default setting unit tests" is twofold:
DoubleML
Such "default setting unit tests" could be done for the initialization of the model classes as well as for the most important methods.
Note: Such "default setting unit tests" would have been sensitive for bugs like #155 & #156
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the python package
DoubleML
, we do have unit tests for model defaults, see https://github.com/DoubleML/doubleml-for-py/blob/master/doubleml/tests/test_doubleml_model_defaults.py. The intention behind such "default setting unit tests" is twofold:Such "default setting unit tests" could be done for the initialization of the model classes as well as for the most important methods.
Note: Such "default setting unit tests" would have been sensitive for bugs like #155 & #156
The text was updated successfully, but these errors were encountered: