changed the path to the parameter file in the class for entitytoorganization propagation

This commit is contained in:
Miriam Baglioni 2023-12-22 11:37:50 +01:00
parent b06aea0adf
commit 89f269c7f4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class SparkEntityToOrganizationFromSemRel implements Serializable {
.toString(
SparkResultToOrganizationFromIstRepoJob.class
.getResourceAsStream(
"/eu/dnetlib/dhp/entitytoorganizationfromsemrel/input_propagation_parameter.json"));
"/eu/dnetlib/dhp/wf/subworkflows/entitytoorganizationfromsemrel/input_propagation_parameter.json"));
final ArgumentApplicationParser parser = new ArgumentApplicationParser(jsonConfiguration);