From 87777ec12fa975b8c00994ebe133b14ae8adc24a Mon Sep 17 00:00:00 2001 From: Felix Hekhorn Date: Thu, 16 May 2024 17:32:48 +0300 Subject: [PATCH] Undo Ignacios fix for g3 --- benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py b/benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py index 273a49425..78ff38139 100644 --- a/benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py +++ b/benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py @@ -24,7 +24,6 @@ def check_pegasus_ome_ps_as2_s(N, NF): S1 = h.S1(N) S2 = h.S2(N) S3 = h.S3(N) - ACG3 = h.g_functions.mellin_g3(N, S1) # NM = N - 1.0 N1 = N + 1.0 @@ -41,6 +40,7 @@ def check_pegasus_ome_ps_as2_s(N, NF): S21 = S2 + N1I * N1I S31 = S3 + N1I**3 S22 = S21 + N2I * N2I + ACG3 = h.g_functions.mellin_g3(N1, S11) # # CALL BET(N1,V1) # CALL BET1(N1,V2)