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

Make InMemoryGroup close child instances if self is closed #354

Merged

Conversation

peytondmurray
Copy link
Collaborator

@peytondmurray peytondmurray commented Jul 9, 2024

This PR ensures that InMemoryGroup instances close child InMemoryGroup instances if they themselves get closed. This means that if a parent group gets committed, any child instance will too. Closes #318.

@peytondmurray peytondmurray merged commit 1b8aad5 into deshaw:master Jul 9, 2024
7 checks passed
@peytondmurray peytondmurray deleted the 318-propagate-committed-state branch July 9, 2024 20:26
@peytondmurray peytondmurray changed the title Make InMemoryDataset close child instances if self is closed Make InMemoryGroup close child instances if self is closed Jul 17, 2024
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.

InMemoryGroup._committed does not propagate to child InMemoryGroup instances
1 participant