Skip to content

Commit

Permalink
Undo Ignacios fix for g3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed May 16, 2024
1 parent c21e488 commit 87777ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 87777ec

Please sign in to comment.