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 my opinion, multiMap does the right thing and map should not do this, but it's useful to know that it does. Changing either one could break so many things that I don't think we can do anything but document the current behavior
whoa, I had no idea that map filters out null values:
Happy to help discovering behavior
In my opinion, multiMap does the right thing and map should not do this, but it's useful to know that it does. Changing either one could break so many things that I don't think we can do anything but document the current behavior
ok, for me the same behavior should happen in both.
Bug report
I feel like when I try to output null from a multiMap it's treated as null, and not as an empty channel as it is when I output null from a map.
Expected behavior and actual behavior
I would expect any channel being null to be an empty channel however it was created
Steps to reproduce the problem
https://github.com/maxulysse/nf-multimap-mre
Environment
Additional context
(Add any other context about the problem here)
The text was updated successfully, but these errors were encountered: