-
Thanks for your nice work.
I would like to run your code on my desktop.
However, make failed with the error messages below.
Note that CMake was successfully done.
I am working on Ubuntu 18.04 / …
-
This follows issue #16524 that was resolved with PR #16541 which changed:
RigidTransform::IsIdentityToEpsilon(double translation_tolerance) to
RigidTransform::IsNearlyIdentity(double translation_t…
-
Hi everyone,
first of all thanks for the nice package. Now to my two points:
1. I want to apply NUFFT to transform atoms and features located on the atoms. I later want to apply it to my (e. g. …
-
Hi,
I'm having trouble with localization functions not being orthogonal to the original mo_coeff's from which they were formed. Here is a minimal example:
-------------------------------------…
-
I started running into the orthonormal issue (supposedly fixed by #2701) with a file on an earlier ITK version, so I updated to ITK5.3.0rc3 and found it actually is still triggered
### Description
…
-
Currently `RigidTransform` has
- `IsExactlyEqualTo`
- `IsNearlyEqualTo`
- `IsExactlyIdentity`, and...
- `IsIdentityToEpsilon`
I find myself often typing `IsNearlyIdentity` and getting reminde…
-
Hello,
I am learning pyMOR from the very beginning, and in the `Projecting a model`(https://docs.pymor.org/2021-2-0/tutorial_projection.html), I can't reproduce the `rom` result. The code list bel…
-
Hi, I'm upgrading code to v0.8 and get a DomainError, here is a minimum example:
```julia
julia> using Manifolds
julia> p1 = ProductRepr([0.0,0.0], [1.0 0.0; 0.0 1.0])
ProductRepr with 2 submani…
Affie updated
2 years ago
-
```
import xfab.tools
print(repr(ubi))
xfab.tools.ubi_to_u( ubi )
```
So I think it fails because the argument was a 32 bit array ?
```
array([[ 3.5964367 , -1.7651347 , -0.7474788 ],
…
-
I'm implementing the manifold of tensors of fixed multilinear rank and the test code seems to be much too strict.
I have a `DefaultOrthonormalBasis`, and the normalisation is checked in `src/tests_g…