From 33f12bda728d9682abbe07b7ec6c603c5c67a1c5 Mon Sep 17 00:00:00 2001 From: AlexanderKabui Date: Tue, 29 Nov 2022 17:46:38 +0300 Subject: remove unused function parameter --- gn3/computations/rust_correlation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn3/computations') diff --git a/gn3/computations/rust_correlation.py b/gn3/computations/rust_correlation.py index 9595b57..c9cc392 100644 --- a/gn3/computations/rust_correlation.py +++ b/gn3/computations/rust_correlation.py @@ -46,6 +46,8 @@ def generate_json_file( "file_delimiter": delimiter }, outputfile) + + return (output_file, tmp_json_file) @@ -128,7 +130,6 @@ def get_samples(all_samples: dict[str, str], def get_sample_corr_data(sample_type: str, sample_data: dict[str, str], - all_samples: list[str], dataset_samples: list[str]) -> dict[str, str]: """dependeing on the sample_type fetch the correct sample data """ -- cgit v1.2.3