DeltaRCM / pyDeltaRCM

Delta model with a reduced-complexity approach
https://deltarcm.org/pyDeltaRCM/
MIT License
18 stars 10 forks source link

Salter JOSS Review #217

Closed kbarnhart closed 3 years ago

kbarnhart commented 3 years ago

@amoodie attached is a word doc with a review from @salterg. Thanks for providing this thoughtful and constructive review.

salterjossreview.docx

openjournals/joss-reviews/issues/3398

amoodie commented 3 years ago

~Thanks for the review, and Katy for posting here. I'm copying the review to this issue, so we can track and eventually respond to all the points on GitHub. I'll tag you both here to review our responses, once we have completed them.~

Review

from JOSS template

A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is? In the software paper but not in the documentation itself, that I could find. Thanks for checking on this. We have a high-level description of the software on the documentation home page and the the top of the repository readme, but these are not explicitly a "statement of need" --- Katy, do we need to add this to the documentation?

Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified? I assume running through the ten-minute tutorial, etc. would count? In addition to the 10-minute tutorial, we have unit and integration testing for pyDeltaRCM, which you could run locally. We also run these tests in continuous integration, which you can see the results here.

Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support I did not see this Thanks for checking on this. In the documentation, we include a Code of Conduct and a Contributing Guide, but the Contributing Guide was not very informative, so we have expanded the content (here in #221).

Specific Notes:

Installation:

10-min tutorial

User guide: