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

test: ensure Loop.checkpoint reacts to event filter #520

Merged
merged 2 commits into from
Aug 20, 2023

Conversation

polvalente
Copy link
Contributor

No description provided.

Comment on lines +802 to +806
"checkpoint_0_2.ckpt",
"checkpoint_0_4.ckpt",
"checkpoint_1_1.ckpt",
"checkpoint_1_3.ckpt",
"checkpoint_2_0.ckpt",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@seanmor5 looks like checkpointing does work (probably I did something wrong on my end). Though I didn't expect the event count (and thus the filter) for iterations to be a total tally over the whole run. Is this expected?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be a tally over the whole run, because that's the total number of times the event fires. Maybe it's more clear the other way though, but I think either way you slice it it might be confusing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right. I can see the argument for both. Just wanted to make sure this is the expected format.

@seanmor5 seanmor5 merged commit 7fc93c3 into main Aug 20, 2023
3 checks passed
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.

2 participants