From 8516f7915cea82810d10f2824640dff83955170f Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Wed, 3 Sep 2025 11:45:44 +0200 Subject: [PATCH 1/6] Support integer types in flag arrays --- schemas/SpectrumXds.json | 6 +++++- schemas/VisibilityXds.json | 6 +++++- src/xradio/measurement_set/schema.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/schemas/SpectrumXds.json b/schemas/SpectrumXds.json index 8de45c91..08ecf420 100644 --- a/schemas/SpectrumXds.json +++ b/schemas/SpectrumXds.json @@ -925,7 +925,11 @@ ] ], "dtypes": [ - "|b1" + "|b1", + "|u1", + " Date: Thu, 4 Sep 2025 16:35:01 +0200 Subject: [PATCH 2/6] Apply linting with black --- src/xradio/measurement_set/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xradio/measurement_set/schema.py b/src/xradio/measurement_set/schema.py index ab1607af..38ed1ab5 100644 --- a/src/xradio/measurement_set/schema.py +++ b/src/xradio/measurement_set/schema.py @@ -786,7 +786,7 @@ class FlagArray: tuple[Time, BaselineId, Frequency, Polarization], tuple[Time, AntennaName, Frequency, Polarization], # SD ], - Union[bool, numpy.uint8, numpy.uint16, numpy.uint32, numpy.uint64] + Union[bool, numpy.uint8, numpy.uint16, numpy.uint32, numpy.uint64], ] time: Coordof[TimeCoordArray] baseline_id: Optional[Coordof[BaselineArray]] # Only IF From b4620518316df58c309b9c768cb2d5240876eace Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 4 Sep 2025 16:48:30 +0200 Subject: [PATCH 3/6] dummy commit to bounce the ci --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 00000000..e69de29b From d1c312e87dbf6a66c550f205947e040f318b7c8d Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 4 Sep 2025 16:48:34 +0200 Subject: [PATCH 4/6] Revert "dummy commit to bounce the ci" This reverts commit b4620518316df58c309b9c768cb2d5240876eace. --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 hello.txt diff --git a/hello.txt b/hello.txt deleted file mode 100644 index e69de29b..00000000 From 314bbfd789a208fd8fa9891c5f2de4a033df0485 Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Fri, 5 Sep 2025 09:58:31 +0200 Subject: [PATCH 5/6] bump ci --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 00000000..e69de29b From f3ff2629317720f7149c31f353819f60db29bf7a Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Fri, 5 Sep 2025 09:58:35 +0200 Subject: [PATCH 6/6] Revert "bump ci" This reverts commit 314bbfd789a208fd8fa9891c5f2de4a033df0485. --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 hello.txt diff --git a/hello.txt b/hello.txt deleted file mode 100644 index e69de29b..00000000