Difference between revisions of "Staff Priorities - Fabio"

From SCECpedia
Jump to navigationJump to search
Line 1: Line 1:
 
== Yesterday: ==
 
== Yesterday: ==
  
* Worked on the arias duration code
+
* Checked in arias duration code into svn
** before: using numpy.trapz function
+
* Sent e-mail to KA regarding updates on ExSim
*** takes array, returns float
+
* Sent e-mail to JA regarding code availability
** now: using scipy.integrate.cumtrapz function
+
* Used coverage module on unit tests
*** takes n elem array, returns n-1 elem array
+
** Coverage is 36% (with caveats)
** front pad with zeros
+
* Worked on test cases
** O(n!) --> O(n)
+
** Removed duplicate unit tests
** 60000 points: 20-min per component to 1-sec per component
+
** Created unit test for ExSim
** Ran tests, results look good
+
* Talked to ML regarding the CSEP metadata capture code
** :)
 
  
 
== Today: ==
 
== Today: ==
  
* Check new arias duration code into svn
+
* Check-in revised test suites
* Look into integrating the environment metadata code into broadband
+
* Update tickets
* PyCon follow-ups
+
* Add CSEP environment metadata code to BBP
  
 
== Blocked: ==
 
== Blocked: ==

Revision as of 17:26, 21 March 2013

Yesterday:

  • Checked in arias duration code into svn
  • Sent e-mail to KA regarding updates on ExSim
  • Sent e-mail to JA regarding code availability
  • Used coverage module on unit tests
    • Coverage is 36% (with caveats)
  • Worked on test cases
    • Removed duplicate unit tests
    • Created unit test for ExSim
  • Talked to ML regarding the CSEP metadata capture code

Today:

  • Check-in revised test suites
  • Update tickets
  • Add CSEP environment metadata code to BBP

Blocked:

  • No

Followups:

  • No