Skip to content

Conversation

@geneticsjesse
Copy link
Contributor

No description provided.

Copy link
Contributor

@hkeward hkeward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
  "current_run_output": [["pass", "pass"], ["pass", "pass"]],
  "validated_output": [["pass", "pass", "pass", "pass"]]
}

This will pass in this test, despite being potentially very different outputs (arrays are of different lengths, for one). Flattening is removing some of the info that needs to be compared.

# Check if two arrays of arrays of strings are identical by comparing the flattened arrays
# Input type: Array[Array[String]]

task validate_and_compare_pbsv_splits {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tasks in this repo should be generic and apply to any outputs of the given type - this may be a typo, but the task here should be named the same as the file itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants