Skip to content

Commit

Permalink
Fixed DynEdge instantiation in documentation
Browse files Browse the repository at this point in the history
Signed-off-by: samadpls <[email protected]>
  • Loading branch information
samadpls committed Nov 1, 2024
1 parent 52cb281 commit a08c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/models/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Below is a snippet that defines a :code:`Model` that reconstructs the zenith ang
nb_nearest_neighbours=8,
)
backbone = DynEdge(
nb_inputs=detector.nb_outputs,
nb_inputs=graph_definition.nb_outputs,
global_pooling_schemes=["min", "max", "mean"],
)
task = ZenithReconstructionWithKappa(
Expand Down

0 comments on commit a08c03b

Please sign in to comment.