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
Context. The pdb.py file encodes extraction-related operations. We need to ensure all extraction operations produce objects that are comparable with each other, as it is the hidden assumption behind the volume computation code volume.py.
Current behavior. Coordinates and weights are separately extracted following almost duplicate logic. There is no safeguard in place that prevents coordinates and weight output from not being comparable anymore.
Desired behavior. Coordinates and weights share a maximum amount of logic with each other.
The text was updated successfully, but these errors were encountered:
Context. The
pdb.py
file encodes extraction-related operations. We need to ensure all extraction operations produce objects that are comparable with each other, as it is the hidden assumption behind the volume computation codevolume.py
.Current behavior. Coordinates and weights are separately extracted following almost duplicate logic. There is no safeguard in place that prevents coordinates and weight output from not being comparable anymore.
Desired behavior. Coordinates and weights share a maximum amount of logic with each other.
The text was updated successfully, but these errors were encountered: