-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Hi,
I got the following warning twice while running tests on Julia 1.8.
Warning: broadcasting get property is deprecated for SubDataset and will be disallowed in the future. Use `ds[:, :x2] .= ... instead
caller = macro expansion at broadcasting.jl:171 [inlined]I am not sure whether it is intended or not. If yes maybe worth using @test_warn ?
Also, just a suggestion, maybe use @testset to make the test summary nicer?
Thank you