We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08b884 commit 14284e6Copy full SHA for 14284e6
src/ReusableFunctions.jl
@@ -77,7 +77,7 @@ end
77
"Load JLD result file"
78
function loadresultfile(filename::String; key::String="result")
79
try
80
- result = FlleIO.load(filename, key)
+ result = FileIO.load(filename, key)
81
return result
82
catch
83
return nothing
0 commit comments