-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
New Form featurization #6029
New Form featurization #6029
Conversation
@@ -398,7 +401,9 @@ def generate_all_prior_trackers( | |||
def applied_events(self) -> List[Event]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ghostvv Could you have a short look please? I also added some tests to test_trackers
where you can see how the applied_events()
vs the raw tracker
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comments
9d760f5
to
b75b00d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to be correct, I'll test it locally to be sure
b75b00d
to
26fee64
Compare
73df3b1
to
aa2ac65
Compare
The `FormPolicy` will be removed in favor of the `RulePolicy` so no need to fix / adapt the tests here.
1e7175f
to
1f2efe4
Compare
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)