Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed in data #43

Open
dannytalk opened this issue Jul 17, 2024 · 0 comments
Open

Feed in data #43

dannytalk opened this issue Jul 17, 2024 · 0 comments
Labels
feature request New idea or feature request

Comments

@dannytalk
Copy link

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)
@dannytalk dannytalk added the feature request New idea or feature request label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New idea or feature request
Projects
None yet
Development

No branches or pull requests

1 participant