Skip to content

Fix irace converter and remove irace_converter_hack #31

@DE0CH

Description

@DE0CH

We can't use pandas2ri.converter or put numpy2ri.converter after ro.default_converter in places where we want to get a ListVector returned from an r function because for some reason ListVector gets converted to OrdDict, which is somehow recognized as a python object, and it tries to call py2rpy. Not sure why. We should logically put numpy2ri.converter on the right of the plus sign because conversion rules on the right of the plus sign overrides conversion rules on the left, and logically, the more specific converter (i.e. numpy2ri) should override the default converter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    hacky stuffThings that are hacky, deprecated, or otherwise bad style. Isn't a bug now, but might in the future

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions