Gary Mirams

Results 13 issues of Gary Mirams

`values` is just the same as saying `numbers` - which isn't a very helpful variable name :-) It means at least two distinct things that are not the same in...

documentation

Now the tutorials are on the new website, following #193 , time for a spring clean. A few improvements we noted during the migration: ## Top Priority - [x] Specify...

enhancement
component: core
component: infrastructure
priority: high

to be friendlier for Docker users. Work on #224

Prompted by me not really knowing what the "immersed boundary" model is and what the code will do (in terms of equations, computational method, dimension it works in, etc.). Realised...

enhancement
component: cell_based
component: heart
component: lung
priority: low

I'm getting a really long running test in the Continuous test pack (1300+ seconds, next longest is 60 seconds): ![image](https://github.com/Chaste/Chaste/assets/858776/52ebd82c-64a5-47cb-a49e-b9bc7072ba62) and by the look of it, so is Github actions:...

component: cell_based

SUNDIALS v7 has been released: https://github.com/LLNL/sundials/releases Make [Chaste/dependency_modules](https://github.com/Chaste/dependency-modules) install it, see if Chaste still works, if not fix it, put into testing rotation. It might be helpful @kwabenantim for us...

enhancement
component: core
priority: normal

Official release on Thursday. - [x] Update debs - [ ] update instructions on https://chaste.github.io/docs/installguides/ubuntu-package/ - [ ] a docker set up to run Chaste on 24.04 - [ ]...

enhancement
component: infrastructure
priority: high

Prompted by #119 where tests started taking ages, which wasn't spotted. In addition to the profiling of individual tests we should keep track of the total runtime for the Continuous...

component: infrastructure
priority: low

I actively avoid - with liberal sprinkling of brackets - ever writing code that contains things like `a/b/c` which are ambiguous mathematically speaking, and may behave as either `(a/b)/c` or...

feature