Skip to content

[Bug]: convert_output() likelihood should be numeric #176

@kellijohnson-NOAA

Description

@kellijohnson-NOAA

Describe the bug

The likelihood column returned by convert_output() should be numeric not a character.

Describe how to reproduce the bug

asar_output <- asar::convert_output(
  "https://raw.githubusercontent.com/pfmc-assessments/petrale/refs/heads/main/models/2023.a034.001/Report.sso",
  model = "SS3"
)
class(asar_output[["likelihood"]])
[1] "character"

Screenshots

No response

Which OS are you seeing the problem on?

Windows

Which version of asar are you seeing the problem on?

asar_1.5.0

Additional Context

No response

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