a-rios / longmbart

Apache License 2.0
4 stars 6 forks source link

Fix `tags_included` argument check in `inference.py` #5

Closed saeub closed 2 years ago

saeub commented 2 years ago

@tannonk tags_included is a boolean argument, so a boolean check is required instead of a None check.