CornellNLP / ConvoKit

ConvoKit is a toolkit for extracting conversational features and analyzing social phenomena in conversations. It includes several large conversational datasets along with scripts exemplifying the use of the toolkit on these datasets.
https://convokit.cornell.edu/documentation/
MIT License
552 stars 125 forks source link

DB mode minor issues patches #179

Closed jpwchang closed 2 years ago

jpwchang commented 2 years ago

Description

Implements patches to fix minor issues in DB mode that were discovered in the latest updates to the test suite.

Motivation and Context

Fixes the following issues reported by @calebchiam:

In the course of fixing these issues, the following changes were also made:

How has this been tested?

These patches were designed to address test failures in the newly expanded test suite. Accordingly, all tests now pass.