ubalklen
ubalklen
> Line width is a different thing. Adding spaces won't work. I need a little bit of time to think it through. Today's my first day back working a much...
Things can get even worse when you use `--ignore` along with `--deselect`. The latter points to nodeids and, as explained by @nicoddemus, does honor `rootdir`, so you end up having...
I forgot to mention that a cassette do get recorded after the failed test, but with a `401 UNAUTHORIZED` in its body, meaning there was an issue during the NTLM...
While this is still open, I wonder what do people currently use to format their numpy/Google docstrings? I could not find any alternatives to docformatter, and it's hard to believe...
Thanks @mhsekhavat. I've just tried pyment, but it [doesn't wrap long lines](https://github.com/dadadel/pyment/issues/74).
Looking at the code, it seems to be related to the particular way the nodes are passed for prediction inside the fit_transform method in the node2vec implementation. Not sure why,...
Still not working. ``` >pip show nodevectors Name: nodevectors Version: 0.1.23 Summary: Fast network node embeddings Home-page: https://github.com/VHRanger/nodevectors/ Author: Matt Ranger Author-email: UNKNOWN License: MIT Location: e:\users\user\miniconda3\envs\graph\lib\site-packages Requires: scipy, networkx,...
The workaround is to fit and predict separately.
It is for my graphs, but I'm not sure if this is always the case. There is some discussion about which one is better, but in the context of NLP....
Not saying this should be solved by Black, but docformatter will only help so much. Their line wrapper only applies to simple docstrings, so if you're using Google style docstrings,...