mami-project / mplane-sdk

mPlane protocol software development kit
1 stars 0 forks source link

Deprecate MultiJob #13

Closed britram closed 7 years ago

britram commented 8 years ago

Replace MultiJob with the ability for a measure specification to select a subset of a running Job's results based on temporal scope.

irl commented 8 years ago

MultiJob is currently broken:

***** Module mplane.scheduler E:342,13: Instance of 'MultiJob' has no 'collect_results' member (no-member)

Not looked too far into this yet, but the error shows up in pylint.

britram commented 8 years ago

Another reason to nuke it. I think I can probably go ahead and do this in a separate branch and merge back to master (since the file that contains all the processing for it is going to get completely replaced anyway).

britram commented 7 years ago

Done in the websockets branch