Skip to content

Commit

Permalink
Merge pull request #762 from samadpls/fix-doc-dynedge-instantiation
Browse files Browse the repository at this point in the history
[Fix] Correct `DynEdge` instantiation in documentation
  • Loading branch information
samadpls authored Nov 5, 2024
2 parents 2832e7e + 4ec6aa5 commit 8903e35
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 8903e35

Please sign in to comment.