autogen/test/nlp/test_autohf_loadargs.py
Jirka Borovec a701cd82f8
set black with 120 line length (#975)
* set black with 120 line length

* apply pre-commit

* apply black
2023-04-10 19:50:40 +00:00

6 lines
151 B
Python

def test_load_args():
import subprocess
import sys
subprocess.call([sys.executable, "load_args.py", "--output_dir", "data/"], shell=True)