Unverified Commit b9827962 authored by Vedant's avatar Vedant Committed by GitHub
Browse files

fix typo __getitem__ (#1597)

parent 0cafa7f4
...@@ -584,7 +584,7 @@ class QuantState: ...@@ -584,7 +584,7 @@ class QuantState:
self.state2 = state2 self.state2 = state2
self.nested = state2 is not None self.nested = state2 is not None
def __get_item__(self, idx): def __getitem__(self, idx):
""" """
ensures compatibility with older quant state scheme with nested lists. ensures compatibility with older quant state scheme with nested lists.
assumes the following layout: assumes the following layout:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment