Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Results verification #41

Open
mplebanski opened this issue Nov 13, 2018 · 0 comments
Open

Results verification #41

mplebanski opened this issue Nov 13, 2018 · 0 comments

Comments

@mplebanski
Copy link

Hello,

I would like to verify computation results programatically, e.g. given the example workflow:

...
# Distribute the jobs on the amazon cloud cores. Wait for the jobs to finish.
import cloud
jids = cloud.map(f, mofs)
uptakes = cloud.result(mofs)
# Verify the results:
for input, output in zip(mofs, uptakes):
    RASPA.verify(input, output)
...

Is there a trivial (computationally non-intensive) way to verify the results against given input?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant