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
With #91 and #93, the PV cost field when using --show-pv or -A shows zeros, due to the marshalling of the pvs not working and because pvCost doesn't exist in the Allocation struct. Thus, we're not getting a value for the PV cost.
Either fixing the marshalling of the pvshere or just creating a workaround would both solve the problem.
The text was updated successfully, but these errors were encountered:
With #91 and #93, the PV cost field when using
--show-pv
or-A
shows zeros, due to the marshalling of thepvs
not working and becausepvCost
doesn't exist in theAllocation
struct. Thus, we're not getting a value for the PV cost.Either fixing the marshalling of the
pvs
here or just creating a workaround would both solve the problem.The text was updated successfully, but these errors were encountered: