Skip to content

Commit

Permalink
Use headleass project model instead of normal project model in FitEll…
Browse files Browse the repository at this point in the history
…ipsoidPluginTest
  • Loading branch information
stefanhahmann committed Oct 26, 2023
1 parent 691faec commit 274b6ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void testFitEllipsoidPlugin() {
final ArtificialData data = new ArtificialData( new Context() );
final StopWatch watch = StopWatch.createAndStart();
final FitEllipsoidPlugin plugin = new FitEllipsoidPlugin();
plugin.setAppPluginModel( data.getAppModel() );
plugin.setHeadlessProjectModel( data.getHeadlessProjectModel() );
plugin.fitSelectedVertices();
System.out.println( watch );
final int success = countCorrectEllipsoids( data );
Expand Down

0 comments on commit 274b6ae

Please sign in to comment.