e-florez / amcess

GNU General Public License v3.0
0 stars 0 forks source link

Conflicts fix (black, mypy, flake8): Atom, Molecule and Clustter class with rdkit #13

Open AndyDanian opened 2 months ago

AndyDanian commented 2 months ago

Conflicts fix (possibles) with black, mypy, flake8 for Atom, Molecule and Clustter class with rdkit

There are different things to Atom, Molecule and Clustter class to check, for example, eliminate/... or not bayessian distribution, ...

Note: mypy is optional for now

AndyDanian commented 2 months ago

08/05/2024 (branch rdkitascec)

The errors with flake aren't importants: flake8: commands[0]> flake8 amcess amcess/cluster.py:4:1: I004 isort found an unexpected blank line in imports amcess/cluster.py:5:1: I001 isort found an import in the wrong position amcess/molecule.py:5:1: I003 isort expected 1 blank line in imports, found 0 amcess/molecule.py:10:1: I004 isort found an unexpected blank line in imports amcess/molecule.py:11:1: I001 isort found an import in the wrong position