Closed hategan closed 1 year ago
Some of the examples (e.g., "N Exclusive Nodes, Each with P Processes") contain lines like this:
res_spec = psij.ResourceSpec()
This does not work because ResourceSpec is abstract and cannot be instantiated. The examples should use ResourceSpecV1 instead.
ResourceSpec
ResourceSpecV1
Some of the examples (e.g., "N Exclusive Nodes, Each with P Processes") contain lines like this:
This does not work because
ResourceSpec
is abstract and cannot be instantiated. The examples should useResourceSpecV1
instead.