README update and minor fixes
CI / lint (push) Successful in 16s
CI / lint (pull_request) Successful in 12s
CI / test (push) Successful in 1m31s
CI / test (pull_request) Successful in 1m37s

This commit is contained in:
Julian Piribauer
2026-08-17 19:46:08 +02:00
parent 504faa66a4
commit bcc7e77f7e
3 changed files with 71 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ def test_find_power_series_solution_handles_rational_indicial():
assert ideal.find_power_series_solution(indicials=[0], order=3) == []
def test_ideal_finds_holomorphic_solution_and_recovers_first_operator():
def test_ideal_finds_power_series_solution_and_recovers_first_operator():
# Picard--Fuchs ideal for P_{22211}[8]:
# M1 = theta2*(-2*theta1+2*theta2-1) + 2*(theta1-2*theta2-1)*(theta1-2*theta2)*z2
# M2 = theta1^2*(2*(theta1-2*theta2)*z2-theta2) - 16*(2*theta1+1)*(4*theta1+1)*(4*theta1+3)*z1*z2