Skip to content

Commit 80e90d7

Browse files
committed
Rename export dataset SRMs method
1 parent 6e9cfbb commit 80e90d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swan-assist/src/main/java/de/fraunhofer/iem/swan/assist/analysis/SwanBackgroundTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void run(@NotNull ProgressIndicator indicator) {
5050
options.setSrmClasses(List.of("all"));
5151
options.setPhase("predict");
5252
options.setTrainDataDir("");
53-
options.setAddSrmRepo(true);
53+
options.setAddKnownSrms(true);
5454

5555

5656
indicator.setText("Running SWAN");

0 commit comments

Comments
 (0)