Mohammad Sekhavat
Mohammad Sekhavat
@JsonSadler I couldn't add you to reviewers of https://github.com/neuralet/smart-social-distancing/pull/3. Please do review and let me know if there is any part that highly requires more documentation.
The above pull request improves the performance too.
This is now a milestone. I think we can close it @mhejrati.
PR for fixing paths: https://github.com/neuralet/smart-social-distancing/pull/2
Moved commits using the following scripts: ``` git subtree split -P applications/smart-distancing -b develop cd ../smart-social-distancing git init git pull ../neuralet develop ```
In order to move a branch from this repo to the new repo, you can follow this procedure: ``` OLD_REPO="$PWD/neuralet" # CHANGE IT to the absolute path of cloned neuralet...
Thank you for the crash report. Unfortunately, python does not allow overriding `|` operator for `dict view` objects that are returned by `dict.keys`, `dict.values` and `dict.items`. Please **update sspipe to...
the following code works (notice the / operator after items()): `dict([(1,1),(4,2),(2,3)]).items() / p(sorted) | p(OrderedDict)`
> [[1, 2, 3], [4, 5, 6]] | p(zip, px) # zip, console/notebook gets stuck This line is correct. It doesn't hang up in my environment, and is equivalent to...
> I could not find any alternatives to docformatter @ubalklen there is also https://github.com/dadadel/pyment The last time I tried it, it had a problem that running `pyment -w .` (-w...