Commit 116689d
Suppress zero div warning in curve analysis (#1098)
### Summary
This PR suppresses runtime warning for zero dive error in curve
analysis. Such data points are safely managed by LMFIT so user doesn't
need to take care of it. This PR makes standard error cleaner.
Fix #1087
### Details and comments
---------
Co-authored-by: Helena Zhang <[email protected]>1 parent 2a556ab commit 116689d
File tree
2 files changed
+14
-1
lines changed- qiskit_experiments/curve_analysis
- releasenotes/notes
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
325 | 330 | | |
326 | 331 | | |
327 | 332 | | |
328 | | - | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments