Skip to content

Instantly share code, notes, and snippets.

@ericfrank
Created April 10, 2014 22:04
Show Gist options
  • Save ericfrank/10427682 to your computer and use it in GitHub Desktop.
Save ericfrank/10427682 to your computer and use it in GitHub Desktop.
ERROR: test_v1_0_host_ignore
======================================================================
ERROR: test_v1_0_host_ignore (tests.unit.api.test_public_api.TestPublicAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/efrank/savage/tests/unit/api/test_public_api.py", line 47, in setUp
self.grandpa = sm_grandpa.Grandpa(c, trigger=False)
File "/home/efrank/savage/savage/machines/grandpa.py", line 214, in __init__
self.stats = GrandpaStats()
File "/home/efrank/savage/savage/machines/grandpa.py", line 133, in __init__
self.RequestTime = stats.Stat('RequestTime')
File "/home/efrank/savage/savage/utils/stats.py", line 16, in __init__
self.__sample = scales.UniformSample()
AttributeError: 'module' object has no attribute 'UniformSample'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment