TypeGen icon indicating copy to clipboard operation
TypeGen copied to clipboard

No '-t' flag in the codebase as denoted in the README

Open adambossy opened this issue 1 year ago • 0 comments

In the 'Evaluate' section, the README contains the following command:

python typegen/typegen.py -s predictions.json -t testset_transformed.json -m -c

However, there's no '-t' flag or argument that would otherwise map to it. Further, config.datafiles["transformed_testset_metadata"] isn't referenced anywhere in the codebase.

What is the correct command for running evaluation? Thanks.

adambossy avatar Dec 05 '24 20:12 adambossy