Skip to content

Commit

Permalink
feat[DEI-115]: cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wschoonveld committed Aug 2, 2023
1 parent b38720f commit 903bc7a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/data/parsers/test_parser_response_curve_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def _get_example_response_curve_rule_dict():
[2,2],
[3,0],
],
# "input_values": [1, 2, 3],
# "output_values": [3, 2, 0],
"output_variable": "output",
}
)
Expand Down Expand Up @@ -61,8 +59,6 @@ def test_parse_dict_to_rule_data_logic():
"argument_to_remove",
[
"name",
# "input_values",
# "output_values",
"response_table",
"input_variable",
"output_variable",
Expand Down Expand Up @@ -98,8 +94,6 @@ def test_parse_input_values_type():
"name": "test_name",
"description": "description",
"input_variable": "input",
# "input_values": ["a", "b", 2],
# "output_values": [3, 2, 0],
"response_table": [
["input", "output"],
["a",3],
Expand Down Expand Up @@ -136,8 +130,6 @@ def test_parse_output_values_type():
"name": "test_name",
"description": "description",
"input_variable": "input",
# "input_values": [1, 2, 3],
# "output_values": ["a", "b", 2],
"response_table": [
["input", "output"],
[1, "a"],
Expand Down

0 comments on commit 903bc7a

Please sign in to comment.