Martin Robinson

Results 56 issues of Martin Robinson

each pints log-likelihood defines a generative model, which you can sample (e.g. for simulating fake data), it would be nice if there was a method to sample from each log-likelihood,...

new method

### Description Many things still left to do on the IDAKLU solver, here is the copied list from #1863 - [ ] we're allocating memory for return vectors in the...

feature

**Describe the bug** Trying to install scikits.odes according to [docs](https://pybamm.readthedocs.io/en/latest/install/GNU-linux.html#scikits-odes-label) results in an error **To Reproduce** Steps to reproduce the behaviour: ``` mrobins-XPS-15-9570: |env| ~/git/PyBaMM |issue-1477-idaklu-send ?:6 ✗| → pybamm_install_odes...

**Summary** Might be faster using `convert_to_python` if we use numba to compile it....? would help with the idklu solver. The other option to speed this one up is #1863. But...

Once #1235 is done, the main slow-down for the `jax_bdf_solver` for the DFN model is the linear solver for the jacobian. It is currently using LU decomposition of the dense...

some of the examples need `curl` to be installed, this should be added to the github actions workflow https://github.com/trase-cpp/trase/runs/619139621?check_suite_focus=true broken in #139 I think

It would be good to have mock Backend and AnimatedBackend classes to use in tests. At the moment we use BackendSVG for all the tests, which requires manual intervention to...

enhancement

interactive backends (eg backendgl) are currently implemented as a bunch of functions in the base Backend class (e.g. is_interactive(), get_mouse_pos() etc). These perhaps should all be added in a derived...

enhancement

- name: `Image` - plot a 2D matrix of values to the screen as an image or a heatmap - derived from `Drawable` related functions: - `Axis::image(DataWithAesthetics data, Transform transform...

enhancement