google-deepmind / jraph

A Graph Neural Network Library in Jax
https://jraph.readthedocs.io/en/latest/
Apache License 2.0
1.37k stars 90 forks source link

Fix a few typos in basic.py and add missing docstring. #28

Closed speckhard closed 2 years ago

speckhard commented 2 years ago

Decided to fix a few typos in basic.py while I was reading it. The globals update function was missing a docstring. Not sure if it needs a docstring since in this case it's an empty wrapper but the other update functions (node/edge) were also empty wrappers and had docstrings.