Skip to content

Commit 1037b56

Browse files
committed
add more info in nid warning
1 parent 539c9df commit 1037b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/numerical_irreducible_decomposition.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ function decompose_with_monodromy!(
798798
)
799799

800800
if warning && (trace(res) > options.trace_test_tol)
801-
@warn "Trying to decompose non-complete set of witness points (trace test failed)"
801+
@warn "Trying to decompose non-complete set of witness points for codimension $(dim(L)) (trace test failed). Will try to compute the missing points. The output will contain all components, for which the trace test was successfull."
802802
end
803803

804804
iter = 0
@@ -812,7 +812,7 @@ function decompose_with_monodromy!(
812812
break
813813
end
814814

815-
# for safety and additional monodromy
815+
# for safety an additional monodromy
816816
res = monodromy_solve(
817817
MS,
818818
non_complete_points,

0 commit comments

Comments
 (0)