-
Notifications
You must be signed in to change notification settings - Fork 17
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
[JOSS Review] Initial installation + testing notes #12
Comments
Hi @rdeits Thanks for the feedback!
|
Ok, thank you. After updating to:
the t = solve!(set, ctr, face, t) Output:
|
@rdeits using Kinetic
set, ctr, xface, yface, t = initialize("config.toml")
t = solve!(set, ctr, xface, yface, t)
plot_contour(set, ctr) where |
Thanks again for updating the examples--all of the code now appears to work exactly as expected. I just have two requests before finishing the review checklist:
|
Hi @rdeits Thank you very much for the input!
Please find the revised paper here (https://github.com/openjournals/joss-papers/blob/joss.03060/joss.03060/10.21105.joss.03060.pdf). |
Thanks for the updates--it all looks good to me! |
Hi @vavrines--I'm working on the review for JOSS; here are a few initial notes from the installation and testing process:
The instructions here: https://xiaotianbai.com/Kinetic.jl/dev/install/ instruct users to
add Kinetic
but alsobuild Kinetic
andinstantiate
. Only that first instruction is actually necessary. Adding a package automatically builds it, andinstantiate
is only necessary when installing the packages listed in aManifest.toml
, which is not the case here. You can simplify those instructions toadd Kinetic
I tried following the instructions in
paper.md
, but got an error during the call toinitialize
. The full output is below:Note that I specifically installed v0.7.0, as specified in the review: openjournals/joss-reviews#3060
The text was updated successfully, but these errors were encountered: