We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4161542 commit 68bfcf6Copy full SHA for 68bfcf6
tests/test_assigning.py
@@ -1,7 +1,7 @@
1
import pandas as pd
2
import pytest
3
4
-from acbm.assigning.assigning import _map_day_to_wkday_binary
+from acbm.assigning.utils import _map_day_to_wkday_binary
5
6
# applying to a single value
7
0 commit comments