We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8245f64 commit 0adc99aCopy full SHA for 0adc99a
tests/e2e_tests/utils/chain_interactions.py
@@ -81,7 +81,7 @@ async def wait_epoch(subtensor: "Subtensor", netuid: int = 1):
81
q_tempo = [v for (k, v) in subtensor.query_map_subtensor("Tempo") if k == netuid]
82
if len(q_tempo) == 0:
83
raise Exception("could not determine tempo")
84
- tempo = q_tempo[0]
+ tempo = q_tempo[0].value
85
logging.info(f"tempo = {tempo}")
86
await wait_interval(tempo, subtensor, netuid)
87
0 commit comments