Marie Roald
Marie Roald
`assert_allclose` was added to TensorLy in #420 and `assert_almost_equal` (which is currently used in many tests in TensorLy) is discouraged by [NumPy](https://numpy.org/doc/stable/reference/generated/numpy.testing.assert_almost_equal.html). We should therefore update all tests that use...
@yngvem and I implemented a decorator for backend specific functions (with tests and documentation) as described in #432
Currently, TensorLy uses the format-method for string formatting. However, in Python 3.6, f-strings were introduced, so the only reason to use the format-method instead of f-strings is for support of...
One thing we did not consider when we implemented PARAFAC2 is that by reformulating it, so we have one B-matrix for each row of A instead of one B-matrix for...
@yngvem and I have discussed the test suite a bit, and we have thought of some ways that might improve it. We don't need to adress all these points in...
Pypercard behaves weirdly in the PyScript.com preview when it's included as a package dependency I tried to follow this documentation example: https://pypercard.readthedocs.io/en/latest/tutorial3.html#interactive-hello However, the project fails to start running (see...
### Describe the bug RPM and PKG packages include a short descriptor for the license, but after #1812 Briefcase will no longer know that (it either has a licence file...
I got errors when I tried to use the highlighter effect. It turned out that the std_range was integers but stored as floating point numbers. `random.randint` needs integers, so by...
Thank you for creating this useful package! I have a question that I hope you can help me with. I want to use augraphy in a pipeline for creating synthetic...
Updates the description of Poetry to reflect their new support for PEP621.