Skip to content

Commit b7bdfeb

Browse files
committed
Remove GAIN_SPEC from Datasets
1 parent fbc3a58 commit b7bdfeb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

saopicc_schemas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Gains:
5151

5252
# Attributes
5353
GAIN_AXES: Attr[List[str]]
54-
GAIN_SPEC: Attr[List[List[int]]]
54+
5555
NAME: Attr[str]
5656
TYPE: Attr[str]
5757

saopicc_schemas/antenna_gains.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ class AntennaGains:
121121
gain_nu1: Coordof[GainNu1Axis]
122122
# Attributes
123123
GAIN_AXES: Attr[List[str]]
124-
GAIN_SPEC: Attr[List[List[int]]]
125124
NAME: Attr[str]
126125
TYPE: Attr[str]
127126
# comments field, empty by default

0 commit comments

Comments
 (0)