Skip to content

Add missing edit descriptor #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/get_set_network_params.f90
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ program get_set_network_params
print '("net2 output: ", *(g0,1x))', ypred2

print *
print '(a)', 'Original and cloned network outputs match:', all(ypred1 == ypred2)
print '("Original and cloned network outputs match: ",l)', all(ypred1 == ypred2)

end program get_set_network_params
end program get_set_network_params