joaopalotti / trectools

A simple toolkit to process TREC files in Python.
https://pypi.python.org/pypi/trectools
BSD 3-Clause "New" or "Revised" License
167 stars 31 forks source link

Change runtag of a run #19

Closed lintool closed 4 years ago

lintool commented 4 years ago

It'd be nice to be able to change the runtag of a run. For example, I load two runs, fuse them together, and then write out the run file. I'd like to set my own runtag.

joaopalotti commented 4 years ago

Thanks for your suggestion, @lintool. You can now use myrun.change_runid(newname).