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

Implement exists method in SharedMemoryDataset #4060

Closed
ravi-kumar-pilla opened this issue Aug 5, 2024 · 1 comment
Closed

Implement exists method in SharedMemoryDataset #4060

ravi-kumar-pilla opened this issue Aug 5, 2024 · 1 comment
Labels
Issue: Feature Request New feature or improvement to existing feature

Comments

@ravi-kumar-pilla
Copy link
Contributor

Description

SharedMemoryDataset does not have an implementation for the method exists(). Originally raised here

Context

The user receives the below warning and on inspecting the code, we do not have the implementation of _exists() method in SharedMemoryDataset

WARNING 'exists()' not implemented for 'SharedMemoryDataset'. Assuming output does not exist. core.py:299

Possible Implementation

  • Add implementation for _exists() in SharedMemoryDataset
@ravi-kumar-pilla ravi-kumar-pilla added the Issue: Feature Request New feature or improvement to existing feature label Aug 5, 2024
@merelcht
Copy link
Member

Closing in favour of the earlier opened #3703

@merelcht merelcht closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Feature Request New feature or improvement to existing feature
Projects
Status: Done
Development

No branches or pull requests

2 participants