-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW]: A-SLOTH: Ancient Stars and Local Observables by Tracing Haloes #4417
Comments
Hello humans, I'm @editorialbot, a robot that can help you with some common editorial tasks. For a list of things I can do to help you, just type:
For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:
|
|
Wordcount for |
|
@gregbryan, @kaleybrauer — This is the review thread for the paper. All of our communications will happen here from now on. Thanks again for agreeing to participate! Please read the "Reviewer instructions & questions" in the first comment above, and generate your checklists by commenting The JOSS review is different from most other journals. Our goal is to work with the authors to help them meet our criteria instead of merely passing judgment on the submission. As such, the reviewers are encouraged to submit issues and pull requests on the software repository. Please also feel free to comment and ask questions on this thread. In my experience, it is better to post comments/questions/suggestions as you come across them instead of waiting until you've reviewed the entire package. We aim for the review process to be completed within about 4-6 weeks but please try to make a start ahead of this as JOSS reviews are by their nature iterative and any early feedback you may be able to provide to the author will be very helpful in meeting this schedule. |
Thank you very much for accepting to review A-SLOTH, Greg and Kaley! This is a parallel submission to JOSS and ApJ. Our methods paper, which we had submitted to ApJ, was accepted a few days ago. I have just added the ApJ paper draft to the repository under |
Review checklist for @gregbryanConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Review checklist for @kaleybrauerConflict of interest
Code of Conduct
General checks
Functionality
Documentation
Software paper
|
Greg has still some specific boxed unchecked and I was wondering if I can help the reviewers to find the relevant information? If this is not appropriate, please feel free to ignore or delete my comment.
So I guess all the information is available and the question is rather if users can easily find it, or if there would be a more intuitive place to make such information accessible? |
Thanks Hartwig for the pointers (apologies for the delay but I did want to take the time to look over everything carefully). Overall, it seems really great -- the code is in excellent condition and the documentation and paper are both very nice. I think this shouldn't take too long to finish up, but before signing off, I do have two thoughts/suggestions that you might want to think about.
Nice work! |
@editorialbot generate pdf |
Dear Greg, We fixed the typo in the paper. Thanks for pointing out that our documentation lacked a proper introduction. I have changed this by adding a brief summary to the main page of our documentation: https://a-sloth.readthedocs.io/en/latest/index.html (sometimes you need to reload the page in order to see updates). Automated tests are indeed an excellent idea that we did not yet think about.
As you have pointed out, a fully automated CI/CD process would take a significant amount of time and I am afraid it would not yet amortize with the currently small A-SLOTH community. However, we are curious to learn about CI/CD and might implement it for a future version. |
Hi Hartwig -- Perfect! I'm happy to sign off on the review -- as I said, a really nice piece of software. Regarding the automated testing, there are many nice descriptions online of the various approaches, so I'll just quickly answer your immediate questions. The ideal would be unit testing, which tests individual components (subroutines) to make sure they return what is expected. This is done for large mission-critical software packages, but often for astronomical software, the more typical approach is 'answer testing', which runs the whole code and compares some part of the output to the expected result in a numerical way (which is what Enzo does). As you note, this approach fails when you update the implemented physics in such a way that the answer changes -- in that case, you would have to update the answer as well. Obviously, that limits the utility of the approach, but it does catch errors having to do with cosmetic changes, as you note, or optimization changes. Alternately, if you can test different parts of the solution (e.g. simplified runs which don't include some particular optional feature), then you can have multiple 'answer' tests and one would hope that a change that adds a new feature wouldn't change the the results with the old features. For example, you could do a test without LW feedback and then that test would not change for updates to the LW part of the machinery. Of course, this adds more work to the developers, particularly at the beginning (although arguably, it can decrease downstream work because it automates the testing - I'm not sure I would claim the investment is necessarily a net positive!). I certainly wouldn't require it for this review -- just wanted to mention it so you are aware of the options. |
Apologies for my delay as well, but I have been playing with the code throughout this week and am very excited that your group has developed and openly shared this. I haven't found any issues; everything seems to run easily and correctly, and the tutorials are thorough and well done. I second Greg's suggestion about automated tests, but also don't think it is necessary for a project this size, more something to keep in mind if the number of developers and code base increases. One thing I wanted to see was more description in the documentation of what exactly the code is doing in terms of handling star formation, supernovae, etc, but that was just because I hadn't read the ApJ paper yet and thus had to check the code to see what models/physics were implemented. So maybe just having the methods paper featured more explicitly on the documentation site, possibly even with a high-level summary, would be helpful to users. You may already be planning this for after the paper goes public, but wanted to mention it. Other than that, one very minor thing is the typo of "False" here: https://a-sloth.readthedocs.io/en/latest/How-Tos/CheckChanges.html . And also, very cute logo. :) |
Dear Kaley, You are right, our online documentation is rather technical and lacks astrophysical explanations. Following your suggestion, I have added a link to the ApJ paper draft (which contains detailed explanations of the astrophysics) prominently to the main page of the documentation. We will improve and unify this once both papers are accepted. I have also fixed the typo – thanks for spotting it! |
@gregbryan, @kaleybrauer — Thanks for your reviews! Since your checklists are completed, I just wanted to confirm that you're happy to sign off on acceptance of this submission. Let me know if you have any remaining comments. @HartwigTilman — I'm going to do a last re-through and I may have a PR for you with some edits. Then I'll have a few last processing steps for you to do before final acceptance, but we're close! |
@editorialbot check references |
|
@editorialbot generate pdf |
@dfm Yes, I am happy for this to be accepted. |
@editorialbot check references |
|
@editorialbot generate pdf |
@HartwigTilman - Thanks for merging the edits! Here are the final steps that I'll need from you:
|
Dear all,
|
@editorialbot set 10.5281/zenodo.6683682 as archive |
Done! Archive is now 10.5281/zenodo.6683682 |
@editorialbot set 1.1.0 as version |
Done! version is now 1.1.0 |
@editorialbot recommend-accept |
|
|
👋 @openjournals/joss-eics, this paper is ready to be accepted and published. Check final proof 👉 openjournals/joss-papers#3295 If the paper PDF and the deposit XML files look good in openjournals/joss-papers#3295, then you can now move forward with accepting the submission by compiling again with the command |
@HartwigTilman — I've now handed this off to the managing editors to do the final processing. There may be some final edits or other changes, but the process should be fairly quick. Thanks again for your submission and for your responses to all the suggestions from @gregbryan and @kaleybrauer! @gregbryan, @kaleybrauer — Thanks again for your reviews of this submission. Thanks for the time that you took and the thorough and constructive comments that you made. We couldn't do this without you, and I really appreciate you volunteering your time!! |
@editorialbot accept |
|
🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦 |
🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨 Here's what you must now do:
Any issues? Notify your editorial technical team... |
@gregbryan, @kaleybrauer – many thanks for your reviews here and to @dfm for editing this submission! JOSS relies upon the volunteer effort of people like you and we simply wouldn't be able to do this without you ✨ @HartwigTilman – your paper is now accepted and published in JOSS ⚡🚀💥 |
🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉 If you would like to include a link to your paper from your README use the following code snippets:
This is how it will look in your documentation: We need your help! The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:
|
Submitting author: @HartwigTilman (Tilman Hartwig)
Repository: https://gitlab.com/thartwig/asloth
Branch with paper.md (empty if default branch):
Version: 1.1.0
Editor: @dfm
Reviewers: @gregbryan, @kaleybrauer
Archive: 10.5281/zenodo.6683682
Status
Status badge code:
Reviewers and authors:
Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)
Reviewer instructions & questions
@gregbryan & @kaleybrauer, your review will be checklist based. Each of you will have a separate checklist that you should update when carrying out your review.
First of all you need to run this command in a separate comment to create the checklist:
The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @dfm know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
Checklists
📝 Checklist for @gregbryan
📝 Checklist for @kaleybrauer
The text was updated successfully, but these errors were encountered: