Difference between revisions of "Staff Priorities - Masha"
From SCECpedia
Jump to navigationJump to searchLine 2: | Line 2: | ||
=== Yesterday === | === Yesterday === | ||
− | |||
* miniCSEP documentation using Python's notebooks: | * miniCSEP documentation using Python's notebooks: | ||
− | ** | + | ** Traced down the problem for the failure during a test case for T and W evaluation of CA one-day forecasts: |
+ | Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers | ||
=== Today === | === Today === | ||
− | * CSEP | + | * Meeting with Max and Dave J. about CSEP results for SSA poster |
+ | * Audited GEOL440 clasa | ||
* miniCSEP documentation using Python's notebooks: | * miniCSEP documentation using Python's notebooks: | ||
− | ** | + | ** Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers |
+ | ** Investigating the fix for the problem: might need to use weakref.ref for circular dependencies and keep __del__() method for CSEP classes | ||
'''Blocked''': No | '''Blocked''': No | ||
Line 16: | Line 18: | ||
== TODO == | == TODO == | ||
+ | * Optimization to RELM evaluation tests as suggested by Dave J.: Trac #371 (Apply 2-step optimization for locating forecast bin by RELM evaluaiton tests) | ||
* Trac ticket #353: Optimize RELM N-test by avoiding event to bin look up when masking bit is set for the whole forecast | * Trac ticket #353: Optimize RELM N-test by avoiding event to bin look up when masking bit is set for the whole forecast | ||
Revision as of 21:52, 28 January 2016
Current Activities
Yesterday
- miniCSEP documentation using Python's notebooks:
- Traced down the problem for the failure during a test case for T and W evaluation of CA one-day forecasts:
Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers
Today
- Meeting with Max and Dave J. about CSEP results for SSA poster
- Audited GEOL440 clasa
- miniCSEP documentation using Python's notebooks:
- Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers
- Investigating the fix for the problem: might need to use weakref.ref for circular dependencies and keep __del__() method for CSEP classes
Blocked: No
Followups: No
TODO
- Optimization to RELM evaluation tests as suggested by Dave J.: Trac #371 (Apply 2-step optimization for locating forecast bin by RELM evaluaiton tests)
- Trac ticket #353: Optimize RELM N-test by avoiding event to bin look up when masking bit is set for the whole forecast