1# -*- coding: utf-8 -*-
2# This file is called from 'test_eval.py'
3
4if "call_test2" in locals():
5    call_test2(y)  # noqa: F821 undefined name
6