Something went wrong on our end
Add support for floor == -1 DETX bug
Compare changes
+ 5
− 0
@@ -364,6 +364,7 @@ function Detector(io::IO)
@@ -372,6 +373,10 @@ function Detector(io::IO)
Some older DETX files have -1
for each floor. This MR introduces a workaround which determines the floor number by counting up for each string, assuming that everything is sorted.