From da1b945d390dcefb342a076e15f284f36d6a17f1 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Tue, 19 Oct 2021 15:26:50 +0100 Subject: [PATCH 1/2] fix definition for AY.4.2 --- constellations/__init__.py | 2 +- constellations/definitions/cAY.4.2.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/constellations/__init__.py b/constellations/__init__.py index a51c147..0d4e793 100644 --- a/constellations/__init__.py +++ b/constellations/__init__.py @@ -1,3 +1,3 @@ _program = "constellations" -__version__ = "v0.0.17" +__version__ = "v0.0.18" diff --git a/constellations/definitions/cAY.4.2.json b/constellations/definitions/cAY.4.2.json index bb9b156..824258a 100644 --- a/constellations/definitions/cAY.4.2.json +++ b/constellations/definitions/cAY.4.2.json @@ -33,8 +33,8 @@ "rules": { "min_alt": 3, "max_ref": 1, - "spike:Y145H": "alt", - "spike:A222V": "not ref", + "spike:Y145H": "not ref", + "spike:A222V": "alt", "nuc:T17040C": "alt" } } From 71ab5ca54fd408f15e1873e383a05845e3223299 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Tue, 19 Oct 2021 15:32:33 +0100 Subject: [PATCH 2/2] fix definition for AY.4.2 --- constellations/definitions/cAY.4.2.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/constellations/definitions/cAY.4.2.json b/constellations/definitions/cAY.4.2.json index 824258a..814c3c4 100644 --- a/constellations/definitions/cAY.4.2.json +++ b/constellations/definitions/cAY.4.2.json @@ -34,7 +34,6 @@ "min_alt": 3, "max_ref": 1, "spike:Y145H": "not ref", - "spike:A222V": "alt", - "nuc:T17040C": "alt" + "spike:A222V": "not ref" } }