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

Warn about incorrect definition of positional field #93

Open
samokhinv opened this issue Jul 3, 2023 · 0 comments
Open

Warn about incorrect definition of positional field #93

samokhinv opened this issue Jul 3, 2023 · 0 comments

Comments

@samokhinv
Copy link
Collaborator

There might be a situation, when the user firstly defined a function that transforms the image as def image(image, some_other_arg, _another_arg), and after that unintentionally defined transform for mask as mask = image.

Since it's not common that some fields are duplicated, it is reasonable to show a warning that mask transform should be defined as mask = positional(image)

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

No branches or pull requests

1 participant