Chaste icon indicating copy to clipboard operation
Chaste copied to clipboard

Chaste - Cancer Heart And Soft Tissue Environment - main public repository.

Results 94 Chaste issues
Sort by recently updated
recently updated
newest added

Updated description to show remaining tasks: ### **Elsewhere (not blocking release but want doing soon)** - [ ] What to do with PaperTutorials (archive the nicely presented trac versions probably...

component: infrastructure
priority: normal

The recent [coverage failures](https://app.codecov.io/gh/Chaste/Chaste/blob/develop/mesh%2Fsrc%2Frandom_field%2FOffLatticeRandomFieldGenerator.cpp) appear genuine. The method `OffLatticeRandomFieldGenerator::SampleRandomField` was not being called directly in a test, and on further inspection `rand()` was being called: https://github.com/Chaste/Chaste/blob/b98110e9d82a10460375695d02b4040047da1734/mesh/src/random_field/OffLatticeRandomFieldGenerator.cpp#L104 A double was expected,...

component: core
priority: high

For years now, every new version of GCC has been even more picky with thinking certain c_vector instances may be uninitialized. Some of these warnings have been correct, but increasingly...

component: core
priority: normal

We should code up as many of the PerMedCoE community benchmarking simulations as possible in Chaste, and make sure that the code is running as quickly as it can (e.g....

component: cell_based
priority: high

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

GitHub hosted runners have become bigger for public repos: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories The default Linux runners have 4 CPU cores, 16GB RAM and 14GB SSD storage. This means we can: - [...

component: infrastructure
priority: low

Static website bundles: Some pages say they're auto-generated from develop, but also have the banner saying they're for a fixed release. Check: - [ ] https://chaste.github.io/docs/how-tos/ make these point to...

enhancement
priority: normal

This issue is a follow-up to the merge of Aydar's edge-related code into `develop` (see https://github.com/Chaste/Chaste/pull/8). The task is to look into a new way to test `Edge` archiving through...

component: cell_based