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'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%