#load('init.sage') print("Expansion at infty test:") load('superelliptic/tests/expansion_at_infty.sage') print("superelliptic form coordinates test:") load('superelliptic/tests/form_coordinates_test.sage') print("p-th root test:") load('superelliptic/tests/pth_root_test.sage') #print("not working! superelliptic p rank test:") #load('superelliptic/tests/p_rank_test.sage') print("a-number test:") load('superelliptic/tests/a_number_test.sage') #print("as_cover_test:") #load('as_covers/tests/as_cover_test.sage') print("group_action_matrices_test:") load('as_covers/tests/group_action_matrices_test.sage') print("dual_element_test:") load('as_covers/tests/dual_element_test.sage') print("ith_component_test:") load('as_covers/tests/ith_component_test.sage') print("ith ramification group test:") load('as_covers/tests/ith_ramification_gp_test.sage') print("uniformizer test:") load('as_covers/tests/uniformizer_test.sage') print("ramification jumps test:") load('as_covers/tests/ramification_jumps_test.sage') print("diffn_test:") load('as_covers/tests/diffn_test.sage') print("Cartier test:") load('as_covers/tests/cartier_test.sage') print("Decomposition into g0, g8/ omega0, omega8 test:") load('superelliptic_drw/tests/decomposition_into_g0_g8_tests.sage')