Skip to content

Commit

Permalink
removed additional_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Athish Thiruvengadam committed Sep 6, 2024
1 parent 9445f6c commit 0c6bc9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions gcn_classic_to_json/notices/SK_SN/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ def parse(bin):
"collection_duration": bin[21] * 1e-4,
"energy_limit": bin[20] * 1e-1,
"distance_range": [bin[13] * 1e-5, bin[14] * 1e-5],
"additional_info": (
"This is a test notice." if trig_id_bits[1] else "This is a real notice."
),
}
3 changes: 1 addition & 2 deletions gcn_classic_to_json/notices/SK_SN/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"distance_range": [
0.00216,
0.0029500000000000004
],
"additional_info": "This is a test notice."
]
}

0 comments on commit 0c6bc9d

Please sign in to comment.