DHDRL commited on
Commit
2d071aa
·
verified ·
1 Parent(s): c059d87

Update test_helio_obs.py

Browse files
Files changed (1) hide show
  1. test_helio_obs.py +1 -6
test_helio_obs.py CHANGED
@@ -4,11 +4,6 @@ test_helio_obs.py
4
  =================
5
  Diagnostic: prove SWPC helio reaches the RL observation vector, and that
6
  quiet vs storm BasinContext produces a measurable basin_context delta.
7
-
8
- Does NOT claim deterministic crop_risk_scorer benefit (scorer has no helio
9
- term by design until a validated tropical crop mechanism is specified).
10
-
11
- Run on Kaggle (ROOT on PYTHONPATH) or offline with synthetic BasinContext.
12
  """
13
  from __future__ import annotations
14
 
@@ -169,4 +164,4 @@ def main() -> int:
169
 
170
 
171
  if __name__ == "__main__":
172
- raise SystemExit(main())
 
4
  =================
5
  Diagnostic: prove SWPC helio reaches the RL observation vector, and that
6
  quiet vs storm BasinContext produces a measurable basin_context delta.
 
 
 
 
 
7
  """
8
  from __future__ import annotations
9
 
 
164
 
165
 
166
  if __name__ == "__main__":
167
+ raise SystemExit(main())