glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
818 stars 49 forks source link

A comment for only_permit_files_matching_absolute_path #21

Closed israteneda closed 2 years ago

israteneda commented 2 years ago

I was trying to test only_permit_files_matching_absolute_path, but when I put:

only_permit_files_matching_absolute_path: /Users/israteneda/Code/springfield/cases/taxes.py

I got an error:

File "/Users/israteneda/.pyenv/versions/3.10.0/envs/venv-3.10.0/lib/python3.10/site-packages/sklearn/feature_extraction/text.py", line 1220, in _count_vocab
    raise ValueError(
ValueError: empty vocabulary; perhaps the documents only contain stop words

So, I was thinking to add some comments about this flag.

glato commented 2 years ago

@israteneda Thanks for the update and the support 👍. I've prepared another upcoming bugfix release that will make this parameter less error-prone in the config and includes some additional minor bugfixes that I got aware during testing.

glato commented 2 years ago

@israteneda Your README contribution and some addition fixes are now available via 1.2.3 tag and as update via pip 🚀.