Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
remove unnecessary code in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored and skrawcz committed Oct 28, 2022
1 parent e3501ef commit 931c01d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion graph_adapter_tests/h_dask/test_h_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def test_dask_graph_adapter_simple(client):

def test_smoke_screen_module(client):
config = {"region": "US"}
index = pd.Series(pd.DatetimeIndex(pd.date_range(start="20200101", end="20220801", freq="7d")))
dr = driver.Driver(config, smoke_screen_module, adapter=h_dask.DaskGraphAdapter(client))
output_columns = [
"raw_acquisition_cost",
Expand Down
5 changes: 0 additions & 5 deletions tests/test_function_modifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,11 +740,6 @@ def test_tags_invalid_value(value):
assert not function_modifiers.tag._value_allowed(value)


@pytest.mark.parametrize("value", [None, False, [], ["foo", "bar"]])
def test_tags_invalid_value(value):
assert not function_modifiers.tag._value_allowed(value)


def test_check_output_node_transform():
decorator = check_output(
importance="warn",
Expand Down

0 comments on commit 931c01d

Please sign in to comment.