Skip to content
Snippets Groups Projects

Fix deepcopying on Python 3.11

Merged Michael Kuron requested to merge py311 into master
from collections import defaultdict
from functools import partial
import sys
from typing import Tuple, Union, Sequence
import numpy as np