py4dgeo icon indicating copy to clipboard operation
py4dgeo copied to clipboard

Unit testing of the semantics of deep copying epochs

Open dokempf opened this issue 1 year ago • 0 comments

The Epoch class can be deep copied:

import copy
epoch2 = copy.deepcopy(epoch)

However, it is quite unclear whether all aspects of the Epoch implement the correct semantics e.g. whether the copy of the C++ KDTree is an actual deep copy.

dokempf avatar Dec 04 '23 09:12 dokempf