Skip to content

Commit 130fd53

Browse files
committed
dynaml-tensorflow: Improvements to tensorflow wave pde example
- replaced main method with apply method Signed-off-by: mandar2812 <[email protected]>
1 parent 2abad06 commit 130fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tf_wave_pde.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def plot_field(
8383
}
8484

8585
@main
86-
def main(
86+
def apply(
8787
size: Int = 500,
8888
num_iterations: Int = 1000,
8989
eps: Float = 0.001f,

0 commit comments

Comments
 (0)