Skip to content

Commit

Permalink
fix doc display
Browse files Browse the repository at this point in the history
  • Loading branch information
YichengDWu committed Jun 27, 2022
1 parent 950d908 commit 6e08a35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ Convolutional layer from [Message Passing Neural PDE Solvers](https://arxiv.org/
# States
- `graph`: `GNNGraph` where `graph.ndata.x` represents the spatial coordinates of nodes, `graph.ndata.u` represents the initial condition,
and `graph.gdata.θ` represents the graph level features of the underlying PDE. `θ` should be a vector.
- `graph`: `GNNGraph` where `graph.ndata.x` represents the spatial coordinates of nodes, `graph.ndata.u` represents the initial condition, and `graph.gdata.θ` represents the graph level features of the underlying PDE. `θ` should be a vector.
# Examples
```julia
Expand Down

0 comments on commit 6e08a35

Please sign in to comment.