* Rafael Laboissière <raf...@debian.org> [2023-08-31 15:01]:

* Sébastien Villemot <sebast...@debian.org> [2023-08-31 12:05]:

Le jeudi 03 août 2023 à 08:33 +0200, Rafael Laboissière a écrit :

Just for the record, this is the offending unit test:

    308s [inst/ConfusionMatrixChart.m]
    308s >>>>>
    
/tmp/autopkgtest-lxc.9x_h6bvs/downtmp/build.BGX/src/inst/ConfusionMatrixChart.m
    308s ***** demo
    308s  ## Create a simple ConfusionMatrixChart Object
    308s
    308s  cm = ConfusionMatrixChart (gca, [1 2; 1 2], {"A","B"},{"XLabel","LABEL 
A"})
    308s  NormalizedValues = cm.NormalizedValues
    308s  ClassLabels = cm.ClassLabels
    308s ***** shared visibility_setting
    308s  visibility_setting = get (0, "DefaultFigureVisible");
    308s ***** test
    308s  set (0, "DefaultFigureVisible", "off");
    308s  cm = ConfusionMatrixChart (gca, [1 2; 1 2], {"A","B"},{"XLabel","LABEL 
A"});
    308s  assert (isa (cm, "ConfusionMatrixChart"), true);
    308s  set (0, "DefaultFigureVisible", visibility_setting);
    308s warning: Non-positive limit for logarithmic axis ignored
    308s !!!!! test failed
    308s set: "cameratarget" must be finite
    308s shared variables     visibility_setting = on
    308s 1 test, 0 passed, 0 known failure, 0 skipped

We have seen this problem already elsewhere. I will try to investigate it.

Did you get to a conclusion?

No progress on my side, sorry.

At any rate, the last autopkgtest run (on 2023-08-26) succeded: https://ci.debian.net/data/autopkgtest/unstable/amd64/o/octave-statistics/37186503/log.gz

Should we close this bug report?

Rafael Laboissière

Reply via email to