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

Update default_realworld.py #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Yuki-11
Copy link

@Yuki-11 Yuki-11 commented Oct 25, 2024

Removed the listing of burstsr_val in the sampler.IndexedBurst argument. The sampler.IndexedBurst class does not expect datasets to be passed as a list, but rather expects a single dataset as an argument. This update ensures compatibility with the expected input type in IndexedBurst.

Currently, without this fix, the val dataset will not be processed correctly, as sampler.IndexedBurst is not designed to handle a list of datasets.

Remove listing of burstsr_val in sampler.IndexedBurst argument
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