From 48c8b25ab035606da2afbebf0b2dd5a41619d3d7 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Thu, 25 Jan 2024 17:11:56 +0100 Subject: [PATCH] Also compare the commits --- test/hardware.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/hardware.jl b/test/hardware.jl index 1a699780..2997c616 100644 --- a/test/hardware.jl +++ b/test/hardware.jl @@ -146,7 +146,6 @@ end detx = Detector(datapath("detx", "KM3NeT_00000133_20221025.detx")) datx = Detector(datapath("datx", "KM3NeT_00000133_20221025.datx")) for field in fieldnames(Detector) - field == :comments && continue # the comments differ due to the meta data entry of JConvertDetectorFormat field == :modules && continue if field == :locations detx_locs = getfield(detx, field) -- GitLab