Skip to content

Commit

Permalink
Fixing old spelling typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Nov 13, 2024
1 parent b1e2e7a commit e0ce1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foqus_lib/framework/graph/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ def setSim(self, newType=None, newModel=None, force=False, ids=None):
)
elif self.isModelML:
# assume a custom layer exists unless the model form indicates otherwise
# for Keras models when expected attriutes don't exist
# for Keras models when expected attributes don't exist
self.keras_has_custom_layer = True
# link to pymodel class for ml/ai models
cwd = os.getcwd()
Expand Down

0 comments on commit e0ce1c6

Please sign in to comment.