cmaclell / concept_formation

Python implementations of TRESTLE, COBWEB/3, and COBWEB
MIT License
61 stars 18 forks source link

Multi env flake 8 compliance #81

Closed cmaclell closed 5 years ago

cmaclell commented 5 years ago

Converted everything to be PEP8 compliant.

Turned off doc comments testing.

Started moving everything over into actual unit tests. I'll leave doc comments for readability, but transfer functionality into unittests in the future.

Added more tests for utils and updated utils based on edge cases found.