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
Bradley Dice 10:43 AM @miguel This behavior could be improved, but what would you expect the behavior to be? A group where b is None isn't really an option because b could be set to None in the statepoint. We could return only groups where the value is set (and ignore jobs where the key is missing).
Additional context
Example of the current problem. First groupby() works, second does not.
@vishav1771 I'm happy to assign you to this, but keep in mind that you're already assigned to #314 and #297 so do you want to try and wrap one of those up first (probably #314) before tackling this, or do you feel comfortable working on three issues at once?
Feature description
I am interested in obtaining all the jobs that contain a variable
b
which does not necessarily have to be present in all the jobs.Proposed solution
From @bdice in the slack group:
Additional context
Example of the current problem. First
groupby()
works, second does not.The text was updated successfully, but these errors were encountered: