I have tried running the run_solution.py that you have provided in examples but I receive this error:
$ python examples/run_solution.py
Traceback (most recent call last):
File "C:\users\lev\chessboard\examples\run_solution.py", line 9, in
center_blocks = np.array([
^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (13,) + inhomogeneous part.
I have tried running the run_solution.py that you have provided in examples but I receive this error:
$ python examples/run_solution.py
Traceback (most recent call last):
File "C:\users\lev\chessboard\examples\run_solution.py", line 9, in
center_blocks = np.array([
^^^^^^^^^^
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (13,) + inhomogeneous part.