Skip to content

Commit

Permalink
Fix import in test_assigning
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Sep 16, 2024
1 parent 4161542 commit 1db184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_assigning.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd
import pytest

from acbm.assigning.assigning import _map_day_to_wkday_binary
from acbm.assigning.feasible_zones_primary import _map_day_to_wkday_binary

# applying to a single value

Expand Down

0 comments on commit 1db184d

Please sign in to comment.