You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In main we have check_fieldsets_in_kernels which defines restrictions on the FieldSet. I think that these can be implemented a different way directly via the kernel API in v4.
I propose that we remove check_fieldsets_in_kernels for now and implement this down the line in v4 - using this issue to track discussion.
Hmm, actually this can't really be removed at the moment since it patches the FieldSet. Let's still keep this open so that we can reconsider how its done in v4
In
main
we havecheck_fieldsets_in_kernels
which defines restrictions on the FieldSet. I think that these can be implemented a different way directly via the kernel API in v4.I propose that we remove
check_fieldsets_in_kernels
for now and implement this down the line in v4 - using this issue to track discussion.Code
Parcels/parcels/kernel.py
Lines 320 to 381 in c42ca55
The text was updated successfully, but these errors were encountered: