Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit a94a722d authored by ulrich_y's avatar ulrich_y
Browse files

28: in #17, only import what is needed

parent ee27e65e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,21 @@ try:
except NameError:
pass
__all__ = [
'np', 'plt',
'mergenumbers', 'plusnumbers', 'dividenumbers', 'timesnumbers',
'mergeplots', 'addplots', 'divideplots', 'scaleplot',
'combineplots', 'combineNplots',
'integratehistogram', 'mergebins',
'importreg', 'pattern', 'setup', 'sigma',
'mergeset', 'mergeseeds', 'mergefks',
'addsets', 'scaleset',
'errorband', 'kplot', 'watermark',
'pi', 'alpha', 'GF', 'conv', 'Mmu', 'Mel', 'Mtau',
'importvegas', 'mulify'
]
import numpy as np
import matplotlib.pyplot as plt
......
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