bdilday / pychadwick

Python package to interface with chadwick library
GNU General Public License v2.0
9 stars 4 forks source link

Check consistency with `chadwick` CLI tool #9

Closed bdilday closed 4 years ago

bdilday commented 4 years ago

In investigating seg faults when an NP is the last event of a game in https://github.com/bdilday/pychadwick/pull/8, I've seen evidence that the python interface provided here for iterating through events is skipping events around sub and or com and is not consistent with the chadwick command line tool. This needs to be clarified and fixed as necessary.