Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contributing warning about circular imports #15691

3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ To build all libraries and tests, with Python packages in development mode, simp
./build.sh --pydevelop libcudf libcudf_kafka cudf dask_cudf cudf_kafka custreamz
```

- **WARNING**: Various changes to files, such as .pyx and .pyd, may cause errors such as
circular imports until you build again.
vyasr marked this conversation as resolved.
Show resolved Hide resolved

To run the C++ tests, run

```bash
Expand Down
Loading