-
There is a section in the fispact ouptus file that has uncertainty estimates for each timestep, is it possible to access those values with pypact? Snippet of fispact output file
Is this +/- value accessible with pypact, I'm particularly interested in the +/- value for total heating uncertainty I am able to read in the total heat like this, but can appear to find the uncertainty on this value
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sadly this functionality is not in pypact, no, but this would be a great addition. I remember that we never implemented the pathways/uncertainty stuff. We intended to add it later but never found the time. I can have a look at how one could achieve this but in all honesty I don't think I have the time. I've recently started to wonder about rewriting pypact using a tool like Lark instead, and to include the pathways from the start, as this is one of the most important features of F-II. But feel free to open a PR for this if you have something already. |
Beta Was this translation helpful? Give feedback.
Sadly this functionality is not in pypact, no, but this would be a great addition. I remember that we never implemented the pathways/uncertainty stuff. We intended to add it later but never found the time.
I can have a look at how one could achieve this but in all honesty I don't think I have the time.
I've recently started to wonder about rewriting pypact using a tool like Lark instead, and to include the pathways from the start, as this is one of the most important features of F-II.
But feel free to open a PR for this if you have something already.