implementation of the new software configuration

This commit is contained in:
Michele De Bonis 2022-11-22 17:48:34 +01:00
parent 9fee2ed611
commit 14f6346676
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@ public class ClusteringFunctionTest extends AbstractPaceTest {
System.out.println(s);
System.out.println(sp.apply(conf, Lists.newArrayList(title(s))));
s = "niivue/niivue: 0.21.1";
System.out.println(s);
System.out.println(sp.apply(conf, Lists.newArrayList(title(s))));
}
@Test