Yan QiDong

Results 8 comments of Yan QiDong

There is also a false positive case. ### Prerequisite ```sh pip install pydantic ``` ### Steps to reproduce Given a file `d.py`: ```python # pylint: disable=missing-module-docstring # pylint: disable=too-few-public-methods #...

> Its runtime result is just as expected. So, it is not a Python 3.6 grammar.

You can use docker to reproduce it. ```shell docker pull python:3.5-buster docker run --rm -it python:3.5-buster bash ... ``` --- In the crash code (`yapf/yapflib/pytree_utils.py`): ```python def ParseCodeToTree(code): """Parse the...

The current prebuilt wheel package (`0.3.0a1`) only works on Ubuntu 16, where the pcl is `1.7.2`.

The simplest way is to use a Ubuntu 16.04 Docker image on 18.04. If you want to run in the host, install the pcl 1.7.2 from source may be working....

By default, `PRECISION=BF16`. ```sh make # It is the same as: PRECISION=BF16 make ``` Compile with other options can also solve this issue. ```sh PRECISION=FP16 make # or PRECISION=FP32 make...

I have the same development environment. Hope this requirement to be implemented soon.