Patrick N. Raanes
Patrick N. Raanes
I'm afraid so.
The above commit is a hotfix. Improvements would still be good. See inline TODOs. Furthermore, I believe xpSpace might still be incompatible with ndarray params.
@yumengch I'm guessing you've noticed I've moved the TODOs into issues. This is so that they can be organized and tracked with the "Projects" tab, and so that we can...
I don't know it myself and am on holiday but would much welcome any pull request, preferably reproducing some results from the paper in question. On Wed, 13 Jul 2022,...
Good points for TkAgg. But it's painfully slow on my Mac with liveplotting. And prone to crash. Same goes for Qt5Agg actually (although it's really smooth on Linux). I think...
You could try to adapt [examples/param_estim.py](https://github.com/nansencenter/DAPPER/blob/master/examples/param_estim.py) to your purpose. Make sure to read `examples/basic_1.py` and `basic_2.py` first. And peruse the [documentation](https://nansencenter.github.io/DAPPER/dapper/index.html#gsc.tab=0). I'm afraid we don't have the capacity to furnish...
So, to summarise my understanding: we can expect quite a few contributions from your part in the next few months. These should be high-quality, as they build on published work,...
What is this? Purpose (compared to the other one)? Do you want me to look at it now?
I used the `__name__ = __main__` guard to prevent the script from running during the documentation build, since it crashes on the GH servers (no fortran compiled, no sample available,...
> the new script that I'm working on is to make a demonstration of the divergence of solutions with respect to small perturbations of initial conditions. That'd be nice. Most...