tensorics / tensorics-core

The core library of Tensorics - a Java Library for Manipulating Multi-Dimensional Data with Pleasure
http://tensorics.org
Apache License 2.0
10 stars 2 forks source link

Dimension should not be limited to lowermost classes #3

Closed kaifox closed 7 years ago

kaifox commented 8 years ago

Instead, it should be possible to e.g. use an interface as a dimension.

agorzawski commented 8 years ago

Please check the test defined in the CoordinatesOnInterfacesTest.class. It is Simplified (only Double Tensor one) but covering the main issues we have. I will start investigating/coding slowly, fell free to change the test on interface-in-dimension branch.

michi42 commented 7 years ago

fixed by #8