Skip to content

Conversation

@drbenvincent
Copy link
Collaborator

@drbenvincent drbenvincent commented Oct 27, 2025

  • Closes Importing causalpy changes matplotlib style #519 so will not longer change the matplotlib style when causalpy is imported.
  • Made a few other small fixes to the Makefile to resolve some issues I was having.
  • Also had to pin Python version to >=3.11 to avoid environment problems.

📚 Documentation preview 📚: https://causalpy--538.org.readthedocs.build/en/538/

@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

❌ Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.48%. Comparing base (edb7f8d) to head (edcb861).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
causalpy/experiments/base.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
+ Coverage   95.43%   95.48%   +0.05%     
==========================================
  Files          28       29       +1     
  Lines        2586     2615      +29     
==========================================
+ Hits         2468     2497      +29     
  Misses        118      118              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@drbenvincent drbenvincent marked this pull request as ready for review October 27, 2025 13:02
Copy link
Contributor

@williambdean williambdean left a comment

Choose a reason for hiding this comment

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

Small comment on location of import but not a blocker

@drbenvincent drbenvincent merged commit 9a88b01 into main Oct 27, 2025
6 checks passed
@williambdean williambdean deleted the plot-style-fix branch October 27, 2025 18:13
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.

Importing causalpy changes matplotlib style

3 participants