Skip to content

Scan callback robustness

Valentin Valls requested to merge scan-callback-robustness into master

This MR catch and log exception on user callbacks.

A second commit allow to catch everything which was not handled into the logging system.

For example

  • Exception from threads
  • Warnings from numpy

Merge request reports