Skip to content

Commit

Permalink
Final tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Nov 5, 2024
1 parent 01307bd commit 2ac895b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ extra-dependencies = [
"dash==2.17.1",
"plotly==5.12.0",
"pandas==2.0.0",
"numpy==1.23.0"
"numpy==1.23.0" # Need numpy<2 to work with pandas==2.0.0. See https://stackoverflow.com/questions/78634235/.
]
features = ["kedro"]
python = "3.9"
Expand Down
8 changes: 0 additions & 8 deletions vizro-core/tests/unit/vizro/models/_controls/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,6 @@ def test_check_target_present_invalid(self):
Filter(column="foo", targets=["invalid_target"])


"""
two figures, only one has target column - default should find right one, no error
two figures, only one has target column - specific invalid should error
columns empty default and specific -> error
"""


class TestPreBuildMethod:
def test_targets_default_valid(self, managers_column_only_exists_in_some):
# Core of tests is still interface level
Expand Down

0 comments on commit 2ac895b

Please sign in to comment.