Skip to content

Commit 7ab832f

Browse files
author
Roman
committed
fix test_metagraph
1 parent bf979e8 commit 7ab832f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e_tests/test_metagraph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_metagraph_info(subtensor, alice_wallet, bob_wallet):
248248
target_regs_per_interval=2,
249249
max_regs_per_block=1,
250250
serving_rate_limit=50,
251-
commit_reveal_weights_enabled=False,
251+
commit_reveal_weights_enabled=True,
252252
commit_reveal_period=1,
253253
liquid_alpha_enabled=False,
254254
alpha_high=0.9000076295109484,
@@ -344,7 +344,7 @@ def test_metagraph_info(subtensor, alice_wallet, bob_wallet):
344344
target_regs_per_interval=1,
345345
max_regs_per_block=1,
346346
serving_rate_limit=50,
347-
commit_reveal_weights_enabled=False,
347+
commit_reveal_weights_enabled=True,
348348
commit_reveal_period=1,
349349
liquid_alpha_enabled=False,
350350
alpha_high=0.9000076295109484,

0 commit comments

Comments
 (0)