Skip to content

Commit

Permalink
Update problem.py
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
drgona authored Aug 7, 2024
1 parent c1ca60a commit c7b5f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuromancer/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def unfreeze(self):
node.unfreeze()

def __repr__(self):
s = "### MODEL SUMMARY ###\n\nnodeS:"
s = "### MODEL SUMMARY ###\n\nNODES:"
if len(self.nodes) > 0:
for c in self.nodes:
s += f"\n {repr(c)}"
Expand Down

0 comments on commit c7b5f7e

Please sign in to comment.