Skip to content

Feed in data #43

@dannytalk

Description

@dannytalk

I'm having trouble feeding in data into the pipe object when using the pipe.construct() function with the ext_real_set parameter. The format PRISM outputs its sam_set and mod_set data in is not the same as the format it excepts to feed in. Thus, it is very difficult to figure out the format of the inputs. I'm effectively trying to pass in the values like this

sam_set = (pipe.emulator.sam_set)
mod_set = (pipe.emulator.mod_set)

data_dict = {'sam_set': sam_set[1], 'mod_set': mod_set[1]}

pipe.construct( analyze=False, ext_real_set = data_dict)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions