Evert Rol
Evert Rol
CFF file will not work: it's for software only. So just keep the Zenodo reference, that should be enough.
I guessed most things were done through Google docs, since that's where my contribution has been edited in as well. But now that it lives on GitHub, and assuming all...
For me, the following has worked (as feedback and check on this item): ``` brew install gcc brew install hdf5 brew install netcdf brew install cmake ``` (Installing gcc also...
Correct, as noted in my comment; this is why I used gcc. You could try gfortran from http://hpc.sourceforge.net/ ; in the past, that has caused me problems, but that was...
FWIW: the use of `async` is a definite showstopper for trying to use Amuse with Python 3.7, since it's a reserved keyword as of 3.7.
Yes, it's something I could pick again. I let it rest, because it wasn't entirely clear to me what the preferred implementation would be: - explicit for every relevant class...
I've brought this PR up to the current gamma-py version. Please check if this is still what people like (or at least are okay with ;-).
@bkhelifi Thanks! Happy to see someone actually took the effort to step through all the edits. Yes, I clearly went a bit too much on autopilot. I think all your...
I'm not sure if there is a use in screenshots: it's essentially just replacing every `print(something)` with `something` in the various example notebooks in the documentation (and make sure `something`...
Actually, looking a bit further into this: it seems like that for each tutorial, there is a script and a notebook, both generated from the same source. Changing the examples...