-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subtract sub-groups not reliably working #777
Comments
I've also seen this. I think Mike Maloney explained some of this as the subtraction working at the timeseries level, but the timeseries expansions to cover variable site, constant parameter occur after or some such. This definitely could use some work. |
I suspect, and I haven't dug in yet - hopefully someone else will, it's an order of operations issue. It doesn't appear you can control when the subtractions are done. It's logical that everything gets expanded to a time series, combined, and then the subtractions removed, but that's just me. There's a whole lot of set theory this sub-system gets into. |
@oskarhurst Can you try to work on this? |
I have a HDB user with a very similar problem. Would love to collaborate on
fixing this. I recall Maloney saying that subtractions didn't quite work
the way set theory would suggest, perhaps because of the expansion of time
series occuring after group subtraction?
Andrew
…On Wed, Dec 11, 2024 at 9:18 AM Mike Neilson ***@***.***> wrote:
@oskarhurst <https://github.com/oskarhurst> Can you try to work on this?
—
Reply to this email directly, view it on GitHub
<#777 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUI5SV3TFOZEPILXZABUH32FBQWPAVCNFSM6AAAAABQ43GGW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZWGQ2DQNJZGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
That's my guess as well. Good news is any work on this should benefit both rather directly. |
Describe the bug
Subtracting sub-group members from a group does not always remove them from the group on evaluation or during computations.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect both time series to be subtracted from the Raw-LRGS-NWDM group.
Screenshots
Stage-Orifice/Radar group containing ACIA.Stage-Orifice.Inst.15Minutes.0.Raw-LRGS:
Raw-WebPull group containing BIL.Stage.Inst.15Minutes.0.Raw-USGS-Web:
Raw-LRGS-NWDM group with Raw-WebPull and Stage-Orifice/Radar groups subtracted:
Raw-LRGS-NWDM group containing ACIA.Stage-Orifice.Inst.15Minutes.0.Raw-LRGS:
Raw-LRGS-NWDM group not containing BIL.Stage.Inst.15Minutes.0.Raw-USGS-Web:
Desktop/ServerSide (please complete the following information):
Additional context
For some reason the compimport did not import these groups properly to the HEC T7 and we are missing key data in the subgroup mentioned for this bug. The Stage-Orifice/Radar group is blank on the HEC T7.
The text was updated successfully, but these errors were encountered: