janushendersonassetallocation/loman

Method to compute a single node that does not catch exceptions (for interactive debugging)

Closed this issue · 1 comments

Method to compute a single node that does not catch exceptions (for interactive debugging)

7e6a4ed adds a parameter raise_exceptions to the compute and compute_all methods of Computation. These parameters are set False by default. If they are set True by the user, then any exceptions in node computations will be passed back (and computation will halt).