Commit 3ea12c5
Fix TableFormula error message to show existing Y value (#2778)
* Initial plan
* Fix TableFormula error message to show existing Y value
Co-authored-by: PavelBal <25903040+PavelBal@users.noreply.github.com>
* Improve test assertion to ensure exception is thrown
Co-authored-by: PavelBal <25903040+PavelBal@users.noreply.github.com>
* Use existing constructor with existingPoint instead of adding new overload
Co-authored-by: rwmcintosh <261477+rwmcintosh@users.noreply.github.com>
* refactor the test to make it compile and work.
* add a comment in the test.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: PavelBal <25903040+PavelBal@users.noreply.github.com>
Co-authored-by: rwmcintosh <261477+rwmcintosh@users.noreply.github.com>1 parent 4c2368c commit 3ea12c5
File tree
2 files changed
+25
-1
lines changed- src/OSPSuite.Core/Domain/Formulas
- tests/OSPSuite.Core.Tests/Domain
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
146 | 170 | | |
147 | 171 | | |
148 | 172 | | |
| |||
0 commit comments