jwoehr / qisjob

Qiskit Job Control
Other
32 stars 4 forks source link

-w ,--warnings not suppressing warnings. #24

Closed dubeyPraY closed 1 year ago

dubeyPraY commented 1 year ago

It is probably due to exceptions being thrown before the warnings.filterwarnings line has run in the main qisjob file.

dubeyPraY commented 1 year ago

solved it with Suppressed Warnings working now. https://github.com/jwoehr/qisjob/pull/26.