Skip to content
Snippets Groups Projects
Commit 02c960fc authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch 'master-my-topic' into '21.0'

fix hidden Character issue introduced by migration to rel 21

See merge request !2477
parents d88d9fbb 454a1896
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# -*- coding: utf-8 -*-
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
"""
Test statistic functions.
"""
......
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# -*- coding: utf-8 -*-
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
from collections import defaultdict
import numpy as np
def tree(key_wrapper = None):
......@@ -59,4 +58,4 @@ class TreeDict(defaultdict):
ret += SPACE(' '*len_key)*(level+1) + LS(str(val).ljust(len_key)) + '\n'
return ret
def _repr_pretty_(self, p, cycle):
return p.text(repr(self))
\ No newline at end of file
return p.text(repr(self))
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