A package to generate customizable manifold synthetic datasets.
To perform the linting of the code, run the following command:
make tox
Alternatively, you can start the same process without using Make
with the following command:
python -m tox
Note that it is mandatory to install the dependences (tox, flake, pylint, ...):
make deps