mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
fix: __setitem__ == to single =
This commit is contained in:
parent
6fee52a079
commit
eb767d9967
@ -67,7 +67,7 @@ class Array(): # tests on nd arrays independent of basic_stats
|
|||||||
|
|
||||||
def __setitem__(self, key, value):
|
def __setitem__(self, key, value):
|
||||||
|
|
||||||
self.array[key] == value
|
self.array[key] = value
|
||||||
|
|
||||||
def normalize(self, array):
|
def normalize(self, array):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user