Skip to content

KNODIS-Research-Group/manifoldy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Version Build Status Code Quality

Manifoldy

A package to generate customizable manifold synthetic datasets.

Linting

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