daankoning / debater.py

A simple library to keep track of your progress and history in competitive debating.
https://debaterpy.readthedocs.io/en/stable/
MIT License
0 stars 0 forks source link

`Tournament.from_dict` doesn't support multiple break categories #6

Closed daankoning closed 1 year ago

daankoning commented 1 year ago

DebaterJSON supports a list of strings as the value of break_categories. The program does not as of now.

The corresponding code in utils.generate_csv should also be updated accordingly.

daankoning commented 1 year ago

This is the offending line:

https://github.com/daankoning/debater.py/blob/bbec95ccb1375d212ac426d07206c6aacf37944c/src/debaterpy/structures.py#L78

daankoning commented 1 year ago

The exact same problem applies to Round.topics.

daankoning commented 1 year ago

This bug doesn't exist