Closed MarounMaroun closed 5 years ago
Currently, the code throws
File "/usr/local/lib/python3.7/site-packages/pystdf/IO.py", line 96, in readBn bn.append(readField(header, "B1")) NameError: name 'readField' is not defined
Adding self. fixes the issue.
self.
Currently, the code throws
Adding
self.
fixes the issue.