Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Thorpe <[email protected]>
  • Loading branch information
ntolley and rythorpe committed May 23, 2024
1 parent 320b199 commit 2aad36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Changelog
json, by `George Dang`_ and `Rajat Partani`_ in :gh:`757`

- Added :class:`~hnn_core/viz/NetworkPlotter` to visualize and animate network simulations,
by `Nick Tolley`_ in :gh:`649`
by `Nick Tolley`_ in :gh:`649`.

Bug
~~~
Expand Down
2 changes: 1 addition & 1 deletion hnn_core/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ def zlim(self, zlim):
self._zlim = zlim
self.ax.set_zlim(self._zlim)

# Eleevation and azimuth of 3D viewpoint
# Elevation and azimuth of 3D viewpoint
@property
def elev(self):
return self._elev
Expand Down

0 comments on commit 2aad36e

Please sign in to comment.