Skip to content

Instantly share code, notes, and snippets.

@ErikHogenbirk
Created March 8, 2016 14:18
Show Gist options
  • Save ErikHogenbirk/663a3511a272c12098ce to your computer and use it in GitHub Desktop.
Save ErikHogenbirk/663a3511a272c12098ce to your computer and use it in GitHub Desktop.
%run boiler_plate.py
%matplotlib inline
hax.init() # Specify your own data location here, if needed
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-1-c90f81990fa8> in <module>()
1 get_ipython().magic('run boiler_plate.py')
2 get_ipython().magic('matplotlib inline')
----> 3 hax.init() # Specify your own data location here, if needed
/home/erik/hax/hax/__init__.py in init(filename, **kwargs)
61
62 from hax.minitrees import update_treemakers
---> 63 update_treemakers()
/home/erik/hax/hax/minitrees.py in update_treemakers()
70 globals=globals(),
71 fromlist=[treemaker_name])
---> 72 treemakers[treemaker_name] = getattr(temp, treemaker_name)
73
74
AttributeError: 'module' object has no attribute 'CommonVariables'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment