Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit cc521f1

Browse files
author
clittle
committed
Minor patch to introduce a default score to prevent possible referencing
issues
1 parent c544101 commit cc521f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

layers/exporters/matrix_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def __init__(self, id=None, name=None):
1111
self.id = id
1212
if name is not None:
1313
self.name = name
14+
self.score = None
1415

1516
@property
1617
def id(self):

0 commit comments

Comments
 (0)