Skip to content

Commit

Permalink
Merge pull request #31 from ederc/msolve
Browse files Browse the repository at this point in the history
fixes msolve test due to new msolve binary
  • Loading branch information
ederc authored Mar 11, 2021
2 parents 6ae54a1 + 899bfc1 commit ccde65a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/Msolve-test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ function test_msolve_qq_l2()
@test length(sols) == 6

test_sols=[
[4871720146171538053//8606136274519915162, 556010706967535921//3726774170982363712, 113376249241794779//443673942583616667, -243817258112272092//1298483891285305001],
[1709182024934578276//3884438535844349667, 1410952112210577516//4593555428149678135, 99053225134378139//936582683649889144, -217118074030671581//1633411809993125516],
[1//1, 0//1, 0//1, 0//1],
[452743799637016807//606669070771355944, 456850886032707767//1956748565966302868, -501868158234629217//2718562067991793660, 651152824892914037//8348708935528466750],
[864155811707679569//4606538246761933084, 103160859936579578//1316603937596356701, 3764235640497721//51148181865446440, 18052514399240359//71001644994605646],
[1//3, 0//1, 0//1, 1//3]
[5221121991829859395//9223372036854775808, 1376067712062205983//9223372036854775808, 2356936539502020145//9223372036854775808, -1773444330549010351039//9444732965739290427392], [8116705438486101663//18446744073709551616, 2833042174119636653//9223372036854775808, 487733097575731645//4611686018427387904, -5021690718065612612481//37778931862957161709568], [1//1, 0//1, 0//1, 0//1], [13766399846697459097//18446744073709551616, 2153422141472502827//9223372036854775808, -851353881404752243//4611686018427387904, 46039787397761586515//590295810358705651712], [6920971994354151069//36893488147419103232, 722685815883263375//9223372036854775808, 339395697759429703//4611686018427387904, 38421910449864642395061//151115727451828646838272], [12297829382473034411//36893488147419103232, 1//36893488147419103232, 1//36893488147419103232, 787061080478274202283//2361183241434822606848]
]

for i in 1:length(sols)
Expand Down

2 comments on commit ccde65a

@ederc
Copy link
Owner Author

@ederc ederc commented on ccde65a Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/31750

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" ccde65a871c85aabd1cd1143006e4b8ba1e9030c
git push origin v0.3.1

Please sign in to comment.