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

Add test to handle array array string type outputs bios 557 #60

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

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.

2 participants