kdahlquist / GRNmap

Gene Regulatory Network modeling and parameter estimation
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Coding team tasks for the week of 11/16, 11/23, 11/29 #286

Closed kdahlquist closed 7 years ago

kdahlquist commented 7 years ago

Triple-team (swarm) on #158.

trixr4kdz commented 7 years ago

Work for this week consisted of creating tests for the compressMissingData and removeNaNs (now to be called convertToNestedStructure) and some discussion on the final structure we want to accomplish at the end of this issue based on the comments from 2 weeks ago.

azinge commented 7 years ago

Our work thus far on #158 can be seen in pull request #294 for the purpose of reviewing the code during the meeting. We've created a foundation to write comprehensive tests off of and split the duties into the functions @trixr4kdz outlined above.

kdahlquist commented 7 years ago

For replicate timepoints where the entire column is empty, we should alert the user to fix their input workbook.

The milestone for the end of the semester is to merge this with beta (even though it won't function with the LSE part of the code).

kdahlquist commented 7 years ago

Meet in LSB 118 as usual on 12/7.

trixr4kdz commented 7 years ago

The Matlab licenses for the computers in the Numerical Analysis lab (the room across @bengfitzpatrick's office) have expired. I'm just gonna write it here so that we can maybe renew the licenses before next semester begins. For now, the GRNmap coding crew will work in the PC lab in UHall.

trixr4kdz commented 7 years ago

The changes on the different forks have been merged and compressMissingData is practically finished.

Right now, convertToNestedStructure is the main function that needs to be finished, and will probably have to be done in the spring. The current beta is still at a functional state since we have not been calling the compressMissingData function anywhere in the code.

In the spring, we will have to modify the code so that these changes are incorporated.

im-deepfriedwater commented 7 years ago

I wrote two test cases to test various configurations for our convertToNestedData function and submitted a pull request.

kdahlquist commented 7 years ago

closing.