File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ def clear(self):
912912 log .info ('Finished clearing plots.' )
913913 log .info ('Clearing solution data.' )
914914 for solution in self / 'solutions' :
915- solution .java .clearSolution ()
915+ solution .java .clearSolutionData ()
916916 log .info ('Finished clearing solutions.' )
917917 log .info ('Clearing mesh data.' )
918918 for mesh in self / 'meshes' :
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ def test_evaluate():
360360 model .evaluate ('U' , dataset = no_solution )
361361 no_solution .remove ()
362362 solution = model / 'solutions' / 'electrostatic solution'
363- solution .java .clearSolution ()
363+ solution .java .clearSolutionData ()
364364 with raises (RuntimeError ):
365365 model .evaluate ('U' )
366366 model .solve ('static' )
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ def test_problems():
218218 anode .property ('V0' , '+U/2' )
219219 study .run ()
220220 assert not root .problems ()
221- solver .parent ().java .clearSolution ()
221+ solver .parent ().java .clearSolutionData ()
222222
223223
224224def test_rename ():
You can’t perform that action at this time.
0 commit comments