This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

AttributeError: 'module' object has no attribute 'DoNothing

0 votes

I tried to look at one of the demo example from https://github.com/hplgit/fenics-tutorial/tree/master/src/transient/diffusion and the demo i was working on
is "sin_daD.py" .I just wanted to understand the simulation tool in fenics,but it gives me error about DoNothing attribute from scitools.msc.I checked the module and it has the attribute named DoNothing.I tried to fix this but finally could not find the reason.
Any help shall be appreciated.Here is the error i am getting!!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%
% File "sin_daD.py", line 121, in
% plot = scitools.misc.DoNothing(silent=True)
% AttributeError: 'module' object has no attribute 'DoNothing'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

asked Aug 13, 2015 by Ellipsis FEniCS Novice (120 points)
...