Open pdamme opened 6 months ago
DaphneLib's from_...()-functions have a parameter shared_memory (False/True). DaphneLib's compute()-function has a parameter type ("files"/"shared memory"). These parameters should be made consistent, since they mean the same.
from_...()
shared_memory
False
True
compute()
type
"files"
"shared memory"
DaphneLib's
from_...()
-functions have a parametershared_memory
(False
/True
). DaphneLib'scompute()
-function has a parametertype
("files"
/"shared memory"
). These parameters should be made consistent, since they mean the same.