MantisBT - ParaView
View Issue Details
0014119ParaView(No Category)public2013-06-05 20:102014-04-08 21:45
Jeff Mauldin 
Andy Bauer 
urgentminorhave not tried
closedfixed 
3.98.1 
4.1 
Sandia-Catalyst
14119_catalyst_rescale_data_range
incorrect functionality
0014119: RescaleDataRange in coprocessing.py during insitu is broken
RescaleDataRange in coprocessing.py, which is called to adjust data ranges for variables, is broken in 4.0 release candidate 2.

The first problem is that it is now a member of a class, but doesn't take a self parameter, which causes a call error. Then it refers to paraview.servermanager... but paraview is not imported that way.
No tags attached.
Issue History
2013-06-05 20:10Jeff MauldinNew Issue
2013-07-11 14:54Andy BauerAssigned To => Andy Bauer
2013-07-11 14:56Andy BauerNote Added: 0031126
2013-07-11 14:56Andy BauerStatusbacklog => todo
2013-07-12 10:29Andy BauerStatustodo => active development
2013-07-12 10:30Andy BauerTopic Name => 14119_catalyst_rescale_data_range
2013-07-12 10:30Andy BauerStatusactive development => gatekeeper review
2013-07-12 10:30Andy BauerResolutionopen => fixed
2013-07-12 14:07Utkarsh AyachitFixed in Version => git-master
2013-07-12 14:07Utkarsh AyachitStatusgatekeeper review => customer review
2013-07-12 14:07Utkarsh AyachitNote Added: 0031130
2013-11-01 13:18Utkarsh AyachitFixed in Versiongit-master => 4.1
2014-04-08 21:45Alan ScottNote Added: 0032575
2014-04-08 21:45Alan ScottStatuscustomer review => closed

Notes
(0031126)
Andy Bauer   
2013-07-11 14:56   
the issue was already partially fixed in that it was able to run the script but the result was wrong. I have a fix for to get the proper result.
(0031130)
Utkarsh Ayachit   
2013-07-12 14:07   
merged into master.
(0032575)
Alan Scott   
2014-04-08 21:45   
Old, closing.