File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3333
3434 # bad seed
3535 N = nid (F; seed = 0xc770fa47 )
36+ degs = degrees (N)
37+ @test degs[2 ] == [2 ]
38+ @test degs[1 ] == [4 , 4 ]
3639
3740 # progress
3841 N = nid (F; show_progress = false )
5760 N3 = nid (F; monodromy_options = MonodromyOptions (; trace_test_tol = 1e-12 ))
5861 @test isa (N3, NumericalIrreducibleDecomposition)
5962
60- N3 = nid (F; max_codim = 1 )
61- @test isa (N3, NumericalIrreducibleDecomposition)
62-
6363 # number of components
6464 @test ncomponents (N3) == 11
6565 @test ncomponents (N3, dims = [1 , 2 ]) == 3
6666 @test ncomponents (N3, 1 ) == 2
6767 @test n_components (N3) == 11
6868 @test n_components (N3, dims = [1 , 2 ]) == 3
6969 @test n_components (N3, 1 ) == 2
70+
71+ # max_codim = 1
72+ N4 = nid (F; max_codim = 1 )
73+ @test isa (N4, NumericalIrreducibleDecomposition)
7074 end
7175
7276 @testset " Hypersurface of degree 5" begin
You can’t perform that action at this time.
0 commit comments