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

vscgpm: make output SPs accepted a single inputs dictionary, rather than input names. #243

Open
fsaad opened this issue Jan 16, 2018 · 1 comment

Comments

@fsaad
Copy link
Collaborator

fsaad commented Jan 16, 2018

Therefore, every output SP will have the form

assume sim_output = mem((rowaddr, inputs) -> {...};

as opposed to the current convention

assume sim_output = mem((rowaddr, apogee_km, perigee_km) -> {...};
@fsaad
Copy link
Collaborator Author

fsaad commented Jan 16, 2018

Can't memoize on dicts...

@fsaad fsaad closed this as completed Jan 16, 2018
@fsaad fsaad reopened this Jan 16, 2018
fsaad pushed a commit that referenced this issue Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant