Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

in isatab.dump.write.py, error not caught in flatten() method #569

Open
3 tasks
proccaserra opened this issue Sep 6, 2024 · 0 comments
Open
3 tasks

in isatab.dump.write.py, error not caught in flatten() method #569

proccaserra opened this issue Sep 6, 2024 · 0 comments
Assignees

Comments

@proccaserra
Copy link
Member

if input list is None, flatten() fails

  • refactor to move out of the write_assay_table_files() function
  • rewrite list comprehension [item for sublist in current_list for item in sublist] to include guard for None input
  • write corresponding test
@proccaserra proccaserra self-assigned this Sep 6, 2024
proccaserra added a commit that referenced this issue Sep 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant