Open pdamme opened 6 months ago
Hi, can you assign me to this ticket.
Sure, go ahead! It would be great if the arguments accepted by DaphneLib would be automatically consistent with those accepted by DAPHNE's command line interface in order to reduce the maintenance effort. One option could be allow users to pass the actual CLI arguments string (or list of strings) such that DAPHNE's CLI parser handles them. But we're open for suggestions :) .
Currently, DaphneLib calls DAPHNE with default arguments. However, DAPHNE offers various CLI arguments (and config items) that significantly influence the behavior of DAPHNE. There should be a way in DaphneLib to pass such arguments to DAPHNE, e.g., by passing them to DaphneLib's
compute()
-function.