Enable investigators to leverage cross-core SPARC functionality programmatically #119
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 warnings
reviewdog:
src/sparc/client/zinchelper.py#L10
[formatters] reported by reviewdog 🐶
Raw Output:
src/sparc/client/zinchelper.py:10:-
|
reviewdog:
src/sparc/client/zinchelper.py#L26
[formatters] reported by reviewdog 🐶
Raw Output:
src/sparc/client/zinchelper.py:25:+
|
reviewdog:
src/sparc/client/zinchelper.py#L214
[formatters] reported by reviewdog 🐶
Raw Output:
src/sparc/client/zinchelper.py:214:- return f"The data file {input_data_file_name} doesn't have any groups, " \
src/sparc/client/zinchelper.py:215:- f"therefore this data file is not suitable for mapping."
src/sparc/client/zinchelper.py:214:+ return (
src/sparc/client/zinchelper.py:215:+ f"The data file {input_data_file_name} doesn't have any groups, "
src/sparc/client/zinchelper.py:216:+ f"therefore this data file is not suitable for mapping."
src/sparc/client/zinchelper.py:217:+ )
|
reviewdog:
tests/test_zinc.py#L2
[formatters] reported by reviewdog 🐶
Raw Output:
tests/test_zinc.py:2:+
|
reviewdog:
tests/test_zinc.py#L95
[formatters] reported by reviewdog 🐶
Raw Output:
tests/test_zinc.py:95:- expected = f"The data file {input_file_name} doesn't have any groups, " \
tests/test_zinc.py:96:- f"therefore this data file is not suitable for mapping."
tests/test_zinc.py:96:+ expected = (
tests/test_zinc.py:97:+ f"The data file {input_file_name} doesn't have any groups, "
tests/test_zinc.py:98:+ f"therefore this data file is not suitable for mapping."
tests/test_zinc.py:99:+ )
|