Difference between revisions of "Staff Priorities - Masha"

From SCECpedia
Jump to navigationJump to search
Line 2: Line 2:
  
 
=== Yesterday ===
 
=== Yesterday ===
* Meeting with Max and Dave J. about CSEP results for SSA poster
 
* Audited GEOL440 clasa
 
 
* Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers:  
 
* 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
+
** Had to use weakref.ref for circular dependencies and keep __del__() method for CSEP classes
  
 
=== Today ===
 
=== Today ===
 
* Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers
 
* 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
+
* Trac ticket #371: Apply 2-step optimization for locating forecast bin by RELM evaluaiton tests
  
 
'''Blocked''': No
 
'''Blocked''': No
  
'''Followups''': 9am meeting with Max on Monday
+
'''Followups''': 9am meeting with Max on Tuesday
  
 
== 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 22:30, 1 February 2016

Current Activities

Yesterday

  • Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers:
    • Had to use weakref.ref for circular dependencies and keep __del__() method for CSEP classes

Today

  • Trac ticket #370: Replace existing __del__ methods of CSEP classes with atexit.register() handlers
  • Trac ticket #371: Apply 2-step optimization for locating forecast bin by RELM evaluaiton tests

Blocked: No

Followups: 9am meeting with Max on Tuesday

TODO

  • Trac ticket #353: Optimize RELM N-test by avoiding event to bin look up when masking bit is set for the whole forecast

Responsiblities