Skip to content

Fix regression with building empty dataloaders#203

Merged
CarloLucibello merged 1 commit intoJuliaML:mainfrom
ChrisRackauckas:empty_dataloader
Mar 22, 2025
Merged

Fix regression with building empty dataloaders#203
CarloLucibello merged 1 commit intoJuliaML:mainfrom
ChrisRackauckas:empty_dataloader

Conversation

@ChrisRackauckas
Copy link
Contributor

One of the obsview changes seems to have broken downstream workflows, where empty DataLoaders used to be accepted but now they error. This reverts back to the previous behavior in this edge case as it's relied upon in some libraries for handling the case of test/train splits of 0% and 100% while being stable.

Found in https://github.com/SciML/ModelingToolkit.jl/actions/runs/13965380427/job/39094470015

One of the obsview changes seems to have broken downstream workflows, where empty DataLoaders used to be accepted but now they error. This reverts back to the previous behavior in this edge case as it's relied upon in some libraries for handling the case of test/train splits of 0% and 100% while being stable.

Found in https://github.com/SciML/ModelingToolkit.jl/actions/runs/13965380427/job/39094470015
@ChrisRackauckas
Copy link
Contributor Author

Bump? This one should be a rather simple patch because it's just a regression fix.

@CarloLucibello CarloLucibello merged commit ba904be into JuliaML:main Mar 22, 2025
6 of 7 checks passed
@ChrisRackauckas ChrisRackauckas deleted the empty_dataloader branch March 22, 2025 11:14
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