graphnet-team / graphnet

A Deep learning library for neutrino telescopes
https://graphnet-team.github.io/graphnet/
Apache License 2.0
85 stars 85 forks source link

add missing `abs` to `Track` label #725

Closed RasmusOrsoe closed 1 month ago

RasmusOrsoe commented 1 month ago

In our current implementation of the Track label, there is a missing torch.abs - resulting in a faulty label.

This PR adds the torch.abs.