Skip to content

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() #61

@vetmohit89

Description

@vetmohit89

Hello,

I have generated data.tsv file from squigglePull.py using multi fast5 file. Now, I am trying to run squigglePlot.py but getting below error when I am using data.tsv file as input file.

Here is the input command I used: python SquigglePlot.py --signal data.tsv

The error message I am getting:
Traceback (most recent call last):
File "SquigglePlot.py", line 473, in
main()
File "SquigglePlot.py", line 214, in main
if not sig:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

Please help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions