Skip to content

Commit 814dff2

Browse files
debug
1 parent ec176b5 commit 814dff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Funz/inst/Funz/Funz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def Funz_CompileInput(model,input_files,input_values,output_dir=".") :
959959
#JMapinput_values.put(key, str(input_values[key]).replace("[","{").replace("]","}")) # because funz waits for the array of values between{}
960960

961961
output_dir = os.path.realpath(output_dir)
962-
962+
print(JMapinput_values)
963963
return(_jclassUtils.compileVariables("" if model is None else model,JArrayinput_files,JMapinput_values,_jclassFile(output_dir)))
964964

965965

0 commit comments

Comments
 (0)