Skip to content
New issue

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

Profiling Unit Tests #575

Merged
merged 34 commits into from
Apr 6, 2022
Merged

Profiling Unit Tests #575

merged 34 commits into from
Apr 6, 2022

Conversation

xrowan
Copy link
Contributor

@xrowan xrowan commented Feb 17, 2022

Causal Tests:

  • flaky due to high memory usage
  • ~400MB from importing CausalAnalysis class (as reference pandas is ~20MB)
  • test_basic_array (10MB). test_automl_first_stage (20MB), test_final_models (180MB), test_forest_with_pandas (50MB), test_random_state (230MB)

Copy link
Collaborator

@kbattocchi kbattocchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly looks good, but we need to re-enable the pytest flags that make the tests show up in Azure, at least until moving everything to GitHub Actions.

econml/tests/test_driv.py Outdated Show resolved Hide resolved
econml/tests/test_driv.py Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
azure-pipelines.yml Outdated Show resolved Hide resolved
econml/tests/test_causal_analysis.py Show resolved Hide resolved
@kbattocchi kbattocchi marked this pull request as ready for review April 5, 2022 17:01
@kbattocchi kbattocchi enabled auto-merge (squash) April 5, 2022 17:04
@kbattocchi kbattocchi merged commit 3228508 into main Apr 6, 2022
@kbattocchi kbattocchi deleted the xrowan/test_profiling branch April 6, 2022 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants