Ticket #158 (closed defect: worksforme)

Opened 2 months ago

Last modified 2 months ago

Quadratic cumul + correlation

Reported by: willaume@phimeca.com Assigned to: lapointe@phimeca.com
Priority: minor Milestone: not defined
Component: python module Version: 0.12.1
Keywords: Cc:

Description

See the attached file :

When I run the calculation without correlation, the command

ViewImage(importanceFactorsGraph.getBitmap())

prints the importance factors on screen

If I add correlation to my probabilistic model, the previous command do not work without any warning or error message.

Attachments

cumulQ_analytic.py (2.0 kB) - added by willaume@phimeca.com on 10/27/08 11:46:14.

Change History

10/27/08 11:46:14 changed by willaume@phimeca.com

  • attachment cumulQ_analytic.py added.

10/28/08 12:49:32 changed by regis.lebrun@eads.net

  • status changed from new to closed.
  • resolution set to worksforme.

I made a fresh compilation of the release 0.12.1 directly taken from the svn repository. It works fine. It also works with the last revision of the tree, and with the last revision in my branch (with the correct labels, see #156). I can't figure out why it doesn't work for you. Are the importance factors actually computed or not? It is not clear if they are computed and it is a problem with ViewImage, or if they are not computed, or if the drawImportanceFactors() method doesn't work. Please check:

+ that the importance factors are computed + that the graph is created + that ViewImage is able to show it

Régis

10/30/08 09:55:44 changed by willaume@phimeca.com

The importance factors are computed

The graph is created and saved in the directory

It seems that when the file is open the graph cannot be displayed. And when I close the file and run the calculation again, it works.

It doesn't matter.