anthony-nouy / tensap

Tensor Approximation Package: a Python package for the approximation of functions and tensors.
https://anthony-nouy.github.io/sphinx/tensap/master/
Other
20 stars 11 forks source link

Tiny refactoring for tutorials/approximation/tutorial_tensor_learning_tensor_completion.py #15

Closed Gjacquenot closed 4 years ago

Gjacquenot commented 4 years ago

This pull request includes a tiny refactoring of tutorials/approximation/tutorial_tensor_learning_tensor_completion.py with the introduction of an enum declaration to cover TensorFormat instead of a numerical version.

Guillaume