Skip to content

Create mutate_feature for mutating a feature node exclusively #475

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

Merged
merged 5 commits into from
Jul 28, 2025

Conversation

MilesCranmer
Copy link
Owner

This also make template expressions have smarter mutations wrt features. They will only generate feature nodes that are valid. This is much better than the current approach which is basically generate mutations until we find a valid expression.

Copy link

codecov bot commented Jul 27, 2025

Codecov Report

❌ Patch coverage is 96.55172% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 94.77%. Comparing base (1c5920d) to head (348f127).
⚠️ Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/TemplateExpression.jl 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #475      +/-   ##
==========================================
+ Coverage   94.76%   94.77%   +0.01%     
==========================================
  Files          42       42              
  Lines        3725     3753      +28     
==========================================
+ Hits         3530     3557      +27     
- Misses        195      196       +1     

☔ 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.

Base automatically changed from n-arity-full to master July 28, 2025 00:24
@MilesCranmer MilesCranmer merged commit 67a477f into master Jul 28, 2025
19 checks passed
@MilesCranmer MilesCranmer deleted the feature-mutation branch July 28, 2025 01:03
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.

1 participant