Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RubelMozumder committed Nov 30, 2023
1 parent 6c00422 commit 4be20c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_names_of_all_readers() -> List[str]:
return all_readers


# pylint: disable=too-many-arguments,too-many-locals,W1203
# pylint: disable=too-many-arguments,too-many-locals,W1203,R0912,W0613
def convert(input_file: Tuple[str],
reader: str,
nxdl: str,
Expand Down
1 change: 1 addition & 0 deletions tests/dataconverter/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def fixture_filled_test_data(template, tmp_path):
TEMPLATE["optional"]["/@default"] = "Some NXroot attribute"


# pylint: disable=too-many-arguments,broad-exception-caught
@pytest.mark.parametrize("data_dict,error_message", [
pytest.param(
alter_dict(TEMPLATE, "/ENTRY[my_entry]/NXODD_name/int_value", "not_a_num"),
Expand Down

0 comments on commit 4be20c7

Please sign in to comment.