project/paperbench/paperbench/nano/eval.py [484:491]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                )
                with bf.BlobFile(repro_metadata_path, "r") as f:
                    data = json.loads(f.read())
                metadata = ReproductionMetadata.from_dict(data)
                return ReproductionOutput(
                    executed_submission=reproduce_output_path,
                    metadata=metadata,
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



project/paperbench/paperbench/nano/eval.py [523:532]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )

        with bf.BlobFile(repro_metadata_path, "r") as f:
            data = json.loads(f.read())
        metadata = ReproductionMetadata.from_dict(data)

        return ReproductionOutput(
            executed_submission=reproduce_output_path,
            metadata=metadata,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



