You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__getitem__ for the *Bounds objects would enable lookup of the nth parameter or dirac.
So, essentially, a slice should create a new bounds object... so essentially should slice on xlower and xupper... but the interesting thing is that Bounds objects need xlb, xub, and n... so a transform is needed to convert from xlower to xlb, etc.
The text was updated successfully, but these errors were encountered:
__getitem__
for the*Bounds
objects would enable lookup of the nth parameter or dirac.So, essentially, a slice should create a new bounds object... so essentially should slice on
xlower
andxupper
... but the interesting thing is that Bounds objects needxlb
,xub
, andn
... so a transform is needed to convert fromxlower
toxlb
, etc.The text was updated successfully, but these errors were encountered: