cgpm icon indicating copy to clipboard operation
cgpm copied to clipboard

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

Open fsaad opened this issue 7 years ago • 1 comments

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 avatar Jan 16 '18 01:01 fsaad

Can't memoize on dicts...

fsaad avatar Jan 16 '18 03:01 fsaad