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 8fb2ef3 commit 3588d07Copy full SHA for 3588d07
example/get_set_network_params.f90
@@ -87,6 +87,6 @@ program get_set_network_params
87
print '("net2 output: ", *(g0,1x))', ypred2
88
89
print *
90
- print '(a)', 'Original and cloned network outputs match:', all(ypred1 == ypred2)
+ print '("Original and cloned network outputs match: ",l)', all(ypred1 == ypred2)
91
92
-end program get_set_network_params
+end program get_set_network_params
0 commit comments