fuzzpy icon indicating copy to clipboard operation
fuzzpy copied to clipboard

FuzzPy is a library for fuzzy sets, fuzzy graphs, and general fuzzy mathematics for Python.

Results 4 fuzzpy issues
Sort by recently updated
recently updated
newest added

Because of that `fuzzpy` can't be installed without `epydoc`. In addition `setup.py` doesn't specify it as required package. Maybe `epydoc` import and `GenerateDoc` class should be in `try ... except`...

Gnuplot-py sucks a lot and has this issue that you can't tell that output is already ready without monitoring tmp files or ugly hacks. I had a lot of issues...

``` Traceback (most recent call last): File "vis.py", line 67, in vis = fuzz.VisManager.create_backend(obj) File "/home/swistakm/dev/env-fuzz/local/lib/python2.7/site-packages/fuzz/visualization.py", line 87, in create_backend plugin = VisManager.get_supported_plugins(obj.__class__)[0] File "/home/swistakm/dev/env-fuzz/local/lib/python2.7/site-packages/fuzz/visualization.py", line 60, in get_supported_plugins if...

21:05 @Linkadmin >>> print triangular[0] + triangular[1] 21:05 @Linkadmin Traceback (most recent call last): 21:05 @Linkadmin File "", line 1, in 21:05 @Linkadmin File "fuzz/fnumber.py", line 500, in **add** 21:05...