Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 4daced6

Browse files
authored
minor docstring fix
1 parent 69bb2c4 commit 4daced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fno.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kernels, and two `Dense` layers to project data back to the scalar field of inte
1616
- `modes`: The modes to be preserved. A tuple of length `d`, where `d` is the dimension
1717
of data.
1818
- `σ`: Activation function for all layers in the model.
19-
- `permuted`: Whether the dim is permuted. If `permuted = Val(true)`, the layer accepts
19+
- `permuted`: Whether the dim is permuted. If `permuted = Val(false)`, the layer accepts
2020
data in the order of `(ch, x_1, ... , x_d , batch)`. Otherwise the order is
2121
`(x_1, ... , x_d, ch, batch)`.
2222

0 commit comments

Comments
 (0)