Haiping Lu
Haiping Lu
> ``` > File "/home/runner/.cache/pre-commit/repo31qpudb7/py_env-python3.7/lib/python3.7/site-packages/flake8/plugins/manager.py", line 254, in _load_entrypoint_plugins > eps = importlib_metadata.entry_points().get(self.namespace, ()) > AttributeError: 'EntryPoints' object has no attribute 'get' > ``` > > `importlib-metadata` is a dependency...
@Schobs Did you request my review because the template says so? If yes, I should update the template with ifs.
> @haipinglu Correct. I followed the template. Thanks. I will update the PR template with clearer guidance.
@Schobs After checking the details (timeout error), I just rerun your latest PR checks and it passed. Congrats on your first green check in this PR.
@Schobs If it will take a while to get this PR merged, it will be better to have a separate PR to merge the commit https://github.com/pykale/pykale/pull/281/commits/2f55eb047c108324d4c1b24542e0bd18e0c4e73f (you'll need to create...
Note that we have named the example to be more consistent with the naming conventions of PyKale so this example path should be changed respectively.
@crcox Many thanks for your contribution! - Note that we are doing linting so to pass linting, you need to follow https://github.com/pykale/pykale/blob/main/.github/CONTRIBUTING.md#before-pull-requests-pre-commit-hooks to set up pre-commit checks so that code...
> I am having trouble setting up my development environment so that the pre-commit routine works. I have made revisions that address some of the recommendations (and fixed some broken...
> Thank you! I am using VS Code. I think I understand my problem, but not exactly how to fix it. I installed all the pykale and pre-commit dependencies in...
> @haipinglu I installed back and ran it independently on this source file. I get: > > ``` > [chriscox@relearn0 pykale]$ black kale/loaddata/tabular_access.py > reformatted kale/loaddata/tabular_access.py > > All done!...