axtreme.eval.utils

Additional helpers.

Functions

append_to_json(obj, output_file)

Appends a json object to a file containing a list of objects.

axtreme.eval.utils.append_to_json(obj: Any, output_file: Path) None

Appends a json object to a file containing a list of objects.

object: Json serialisable object to append. output_file: The file to append results to. If does not exist, it will be created.