High-level: this code takes the well monthly cash flow and rolls it up into the aggregate monthly cash flow. My issue is the API is not pulling the same data that is the latest CC run via the UI…
If you catch what is going on - when I run the scenario in the UI, then go to pull that via the API, the numbers aren’t matching and eventually, in 2026 it goes to zero so it’s erroring out via the float() - should have numbers all through the 10 years i am pulling.
My projects and scenarios seem to be the same, so why is the data different…? Then when does it cut off - I must be pulling the wrong scenario?
Wondering what my issue is/is this a bug I found? Most likely not - but I am left confused. Thanks, upfront for the help - you rock
row is the rows in the monthly cash flow statement that I am rolling up into the aggerate (its brute force so don’t judge me) and its seems have a row with no date? Does that mean my dates are messed up in the UI?
Nothing like a good night’s sleep to think about what I was doing wrong. I am stupid - so I had a single well in my PDP forecast that I use as FIXED EXPENSE because our fixed cost monthly are a litte insane and allow me to forecast better. Well I switched the dates on that well and that was causing the issue of NoneType - you can close this ticket out!