-
## Description
This is because of the line:
https://github.com/TomographicImaging/CIL/blob/5d569dc054759a8c137ca72611fc7be07be6080e/Wrappers/Python/cil/processors/MaskGenerator.py#L377
A DataContai…
-
## Description
When running the following code:
```
A = ProjectionOperator(ig, ag, device="GPU")
initial = ig.allocate(0)
cgls_simple = CGLS(initial=initial, operator=A, data=centred_data)
```
The…
-
Hi,
The massfarming mod throws an error when loading Valheim, it's not working.
Error:
`[Error : HarmonyX] Failed to patch void Player::PlacePiece(Piece piece, UnityEngine.Vector3 pos, Unit…
pewnl updated
2 weeks ago
-
## Description
Astra toolbox supports now arm64 now, see [here](https://github.com/astra-toolbox/astra-toolbox/issues/488). All the other libs used by CIL already support this. Useful for people wi…
-
Hello,
When I attempt to fetch cmip6 data from the "cil-gdpcir-cc0" collection, the download is abnormally slow and often ends up in an authentication timeout. For example, fetching "tasmin" for a si…
-
## Description
If the `ImageGeometry` and `AcquisitionGeometry` have different data types (due to data for example), then computing the `norm` of the `ProjectionOperator` does not work (at least with…
-
A simple `do`-`while` loop like
```c
do {
i++;
} while (i < 10);
```
is converted to the following (according to Goblint's `justcil`):
```c
{
#line 6
while (1) {
while_conti…
-
the Infinity hammer mod does not show up in configuration menu. It does not show the extra tools, features and also the hoe from infinity tools does not work.
version 1.63
[Error : HarmonyX]…
-
-
## Description
The default tolerance for the power method, used to calculate the norm of linear operators, is set to 1e-5. This is used when deciding if the calculated norm is small enough to be assu…