Skip to content

Commit

Permalink
Merge pull request #55 from stevewds/patch-1
Browse files Browse the repository at this point in the history
Update Net.m
  • Loading branch information
stevevanhooser authored May 16, 2024
2 parents 783241d + e85d54e commit e9a96c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +deepinterp/Net.m
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
output(:,:,t) = predict(obj.network,input(:,:,offsets+t));
end;
if options.progbar,
progressbar(0.9999999999);
deepinterp.internal.progressbar(0.9999999999);
end;
end; % interp()

Expand Down

0 comments on commit e9a96c0

Please sign in to comment.