Skip to content

Commit

Permalink
fix: typo in parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Grose committed Sep 13, 2021
1 parent 23e6b68 commit 917711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopStructural/visualisation/model_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def add_data(self, feature, disks=False, vectors = False,**kwargs):
symbol_type = 'disk'
if vectors:
symbol_type = 'arrow'
if vectors and disk:
if vectors and disks:
logger.warning("Cannot use both disks and arrows, using disks")
symbol_type = 'disk'
if grad.shape[0] > 0 and add_grad:
Expand Down

0 comments on commit 917711a

Please sign in to comment.