View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014566ParaView(No Category)public2014-02-11 13:582015-01-02 10:43
ReporterJeff Mauldin 
Assigned ToAndy Bauer 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.1 
Target Version4.3Fixed in Version4.3 
Summary0014566: in catalyst, supplying using a script named "test.py" appears to fail for some reason
DescriptionFor some reason, using a script named "test.py" with catalyst does not work. The error can be seen in the CxxFullExample from the catalyst example code. Build and run the example. It works fine if you run using the supplied example script,
feslicescript.py, for example with the run line
./FEDriver feslicescript.py
(with the .py file copied into the run directory)
it works fine.
However, copy feslicescript.py to the name test.py and then run
./FEDriver test.py
It does not work and you get error
AttributeError: 'module' object has no attribute 'RequestDataDescription'
Traceback (most recent call last):
  File "<string>", line 2, in <module>
AttributeError: 'module' object has no attribute 'RequestDataDescription'
Traceback (most recent call last):
  File "<string>", line 2, in <module>
AttributeError: 'module' object has no attribute 'DoCoProcessing'
TagsNo tags attached.
ProjectSandia-Catalyst
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0033784)
Utkarsh Ayachit (administrator)
2014-11-07 14:53

Seems to work for me. Asking Andy to test it out once again with >4.2
(0033785)
Andy Bauer (developer)
2014-11-07 15:08

I used the following script to test:
===========
from paraview.simple import *
from paraview import coprocessing

print 'here'

def RequestDataDescription(datadescription):
  print "Callback to populate the request for current timestep"

# ------------------------ Processing method ------------------------

def DoCoProcessing(datadescription):
  print "Callback to do co-processing for current timestep"
===========

It worked for master (11/7/2014) and PV 4.2 but failed for PV 4.1 so it looks like it got fixed. I'm going to close this issue as fixed since it was reported for not working in 4.1.
(0033786)
Andy Bauer (developer)
2014-11-07 15:10

Dang it. I don't have the ability to change the status to customer review.
(0033934)
Alan Scott (manager)
2014-12-10 16:22

Closing untested. I will have Jeff try again in the next month, and we will reopen if it is still a problem.

 Issue History
Date Modified Username Field Change
2014-02-11 13:58 Jeff Mauldin New Issue
2014-11-07 14:05 Utkarsh Ayachit Target Version => bug_fix
2014-11-07 14:53 Utkarsh Ayachit Assigned To => Andy Bauer
2014-11-07 14:53 Utkarsh Ayachit Note Added: 0033784
2014-11-07 15:08 Andy Bauer Note Added: 0033785
2014-11-07 15:09 Andy Bauer Resolution open => fixed
2014-11-07 15:09 Andy Bauer Status backlog => todo
2014-11-07 15:09 Andy Bauer Status todo => active development
2014-11-07 15:09 Andy Bauer Status active development => gatekeeper review
2014-11-07 15:09 Utkarsh Ayachit Fixed in Version => git-master
2014-11-07 15:09 Utkarsh Ayachit Status gatekeeper review => customer review
2014-11-07 15:09 Andy Bauer Status customer review => backlog
2014-11-07 15:09 Andy Bauer Resolution fixed => reopened
2014-11-07 15:10 Andy Bauer Note Added: 0033786
2014-11-08 11:16 Utkarsh Ayachit Status backlog => gatekeeper review
2014-11-08 11:16 Utkarsh Ayachit Resolution reopened => fixed
2014-11-08 11:16 Utkarsh Ayachit Status gatekeeper review => customer review
2014-11-14 22:56 Utkarsh Ayachit Target Version bug_fix => 4.3
2014-12-10 16:22 Alan Scott Note Added: 0033934
2014-12-10 16:22 Alan Scott Status customer review => closed
2015-01-02 10:43 Utkarsh Ayachit Fixed in Version git-master => 4.3


Copyright © 2000 - 2018 MantisBT Team