DeepLearnPhysics / larcv3

Third version of larcv. This is a complete replacement for larcv2.
MIT License
11 stars 6 forks source link

Possible de-serialization bug in cluster3d #2

Closed coreyjadams closed 5 years ago

coreyjadams commented 5 years ago

I think the deserialization (or maybe serialization) for cluster3d is broken. I believe the cluster index is getting fubar'd at some point and that wrecks the _cluster_v vector in EventSparseCluster3D. I will investigate later but opening an issue to track this.

coreyjadams commented 5 years ago

Closing because all tests continue to pass and I think this is fixed.