Skip to content

Enable investigators to leverage cross-core SPARC functionality programmatically #134

Enable investigators to leverage cross-core SPARC functionality programmatically

Enable investigators to leverage cross-core SPARC functionality programmatically #134

Triggered via pull request August 10, 2023 23:35
Status Success
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

black-action.yml

on: pull_request
runner / black
25s
runner / black
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
runner / black: src/sparc/client/zinchelper.py#L212
[blackfmt] reported by reviewdog 🐶 Raw Output: src/sparc/client/zinchelper.py:212:- return f"The data file {input_data_file_name} doesn't have any groups, " \ src/sparc/client/zinchelper.py:213:- f"therefore this data file is not suitable for mapping." src/sparc/client/zinchelper.py:212:+ return ( src/sparc/client/zinchelper.py:213:+ f"The data file {input_data_file_name} doesn't have any groups, " src/sparc/client/zinchelper.py:214:+ f"therefore this data file is not suitable for mapping." src/sparc/client/zinchelper.py:215:+ )
runner / black: tests/test_zinc.py#L95
[blackfmt] 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:95:+ expected = ( tests/test_zinc.py:96:+ f"The data file {input_file_name} doesn't have any groups, " tests/test_zinc.py:97:+ f"therefore this data file is not suitable for mapping." tests/test_zinc.py:98:+ )