janushendersonassetallocation / loman

Loman is a Python library designed to allow quantitative researchers to control complex live updating calculation processes
BSD 3-Clause "New" or "Revised" License
95 stars 13 forks source link

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

Closed edparcell closed 7 years ago

edparcell commented 7 years ago

7e6a4ed9aac387e891751f5f3e31defd5fcdd3e3 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).