Skip to content
Commit fc1be6e8 authored by Michele Di Giorgio's avatar Michele Di Giorgio Committed by Patrick Bellasi
Browse files

ipynb: bug fix - copy.deepcopy throws an exception with memoized methods



Calling copy.deepcopy on the results dictionary of each experiment throws an
exception if among the results objects there are some with memoized methods.

Nevertheless, the deep copy was used to correctly copy the energy data
dictionary, therefore deep copy is now performed on that data only.

Signed-off-by: default avatarMichele Di Giorgio <michele.digiorgio@arm.com>
parent d1ac5542
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment