Skip to content

MEO Empty File Parse Output Error #233

Open
@ntalluri

Description

@ntalluri

In MEO’s parse_output, when the algorithm returns an empty raw pathway - represented by a file containing only the header Source Type Target Oriented Weight - the raw_pathway_df function in util.py should detect this using pd.errors.EmptyDataError (as described here) and return an empty DataFrame with the SPRAS standard output columns. However, this behavior is not currently happening. When I check if df.empty outside of the raw_pathway_df function, the df is correctly identified as empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions