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
fused_data_set.py: UPGRADE: in 'get_job_list' a second optional argument should be given to control how the job-ids are selected. Currently it will search ALL variables and will select it only if there is one variable that doesn't have a 1. The filtering should be controlled as follows: 1) One could only consider a sub-set of variable names to consider, for example some variable names could be from a CFD work-flow while others are from a HAWC work flow. 2) There are also different ways of filtering based on status. Maybe you want to know all the jobs that succeeded, or failed, or have not been ran. Maybe you want to see that ALL or ANY either acheieves a given condition. I would consider using bit-wise AND, OR and EQUAL masks.
The text was updated successfully, but these errors were encountered:
fused_data_set.py: UPGRADE: in 'get_job_list' a second optional argument should be given to control how the job-ids are selected. Currently it will search ALL variables and will select it only if there is one variable that doesn't have a 1. The filtering should be controlled as follows: 1) One could only consider a sub-set of variable names to consider, for example some variable names could be from a CFD work-flow while others are from a HAWC work flow. 2) There are also different ways of filtering based on status. Maybe you want to know all the jobs that succeeded, or failed, or have not been ran. Maybe you want to see that ALL or ANY either acheieves a given condition. I would consider using bit-wise AND, OR and EQUAL masks.
The text was updated successfully, but these errors were encountered: