Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
GDeLaurentis committed Dec 19, 2024
1 parent 733db22 commit 0a00aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amplitudes/Vjj/test_remainders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pytest

from pathlib import Path
from fractions import Fraction

from pentagon_functions import evaluate_pentagon_functions, PentagonMonomial

Expand Down Expand Up @@ -111,4 +112,4 @@ def matrix_from_plain_txt_coo(file_name, dtype=Fraction):
matrix = matrix_from_coo(coo)
return matrix

# end of function from linac
# end of function from linac

0 comments on commit 0a00aa1

Please sign in to comment.