cproctor / qualitative-coding

Qualitative coding for computer scientists
Other
11 stars 3 forks source link

QC find breaks with --unit document #27

Closed cproctor closed 8 months ago

cproctor commented 9 months ago

qc find --unit document -r ct_def

viewer.py, line 239. Not sure whether this is still relevant, but need to check.

if len(doc_codes & codes):
           ~~~~~~~~~~^~~~~~~
TypeError: unsupported operand type(s) for &: 'list' and 'set'
cproctor commented 8 months ago

No longer an issue. Must have been dealt with during refactoring.