We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d6fdd5 + 2a97390 commit 7f6a8f4Copy full SHA for 7f6a8f4
CONTRIBUTING.md
@@ -49,6 +49,12 @@ To run type-checking:
49
pyright narwhals_daft
50
```
51
52
+If your changes add new functionalities, update the tests:
53
+
54
+```console
55
+python update_run_tests.py
56
+```
57
58
## Updating the Narwhals submodule
59
60
Run
narwhals_daft/selectors.py
@@ -2,7 +2,7 @@
2
3
from typing import TYPE_CHECKING
4
5
-from narwhals._compliant import CompliantSelector, CompliantSelectorNamespace
+from narwhals.compliant import CompliantSelector, CompliantSelectorNamespace
6
7
from narwhals_daft.expr import DaftExpr
8
0 commit comments