adjidieng / ETM

Topic Modeling in Embedding Spaces
MIT License
538 stars 126 forks source link

Containerization and import cleanup, code formatting #28

Open haluk opened 3 years ago

haluk commented 3 years ago

I prepared Dockerfile that one can run the package in a container for reproducibility. I also removed some unused imports and statements.

haluk commented 3 years ago

black code formatter automatically replaces single quotes with double quotes. I'm not sure if it has a setting not do to that.

ivanistheone commented 3 years ago

see --skip-string-normalization (or -S for short) via https://black.readthedocs.io/en/stable/installation_and_usage.html

On Mon, Mar 8, 2021 at 9:40 AM Haluk Dogan notifications@github.com wrote:

black https://github.com/psf/black code formatter automatically replaces single quotes with double quotes. I'm not sure if it has a setting not do to that.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adjidieng/ETM/pull/28#issuecomment-792799504, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIA7VHTRQH6MC53CX6YDTTCTOVTANCNFSM4YHSQJZQ .