Commit 3dc71e7
authored
Fix bug in fixed_problem_computation (#403)
The issue was the problem check that some constraint values were going -inf and nan. This was caught by exceptions but it didn't crash the process as it is caught. We need more graceful handling of exceptions: #264
Authors:
- Akif ÇÖRDÜK (https://github.com/akifcorduk)
Approvers:
- Alice Boucher (https://github.com/aliceb-nv)
- Ramakrishnap (https://github.com/rgsl888prabhu)
URL: #4031 parent 3307a41 commit 3dc71e7
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 88 | + | |
| 89 | + | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1278 | 1278 | | |
1279 | 1279 | | |
1280 | 1280 | | |
| 1281 | + | |
1281 | 1282 | | |
1282 | 1283 | | |
1283 | 1284 | | |
| |||
0 commit comments