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 5356b52 commit 494df86Copy full SHA for 494df86
tests/test_latents/test_cache.py
@@ -60,7 +60,7 @@ def test_split_file_contents(cache_setup: dict[str, Any]):
60
max_values = locations.max(axis=0)
61
assert max_values[0] == 5, "Max batch index mismatch in saved file"
62
assert max_values[1] == 15, "Max token value mismatch in saved file"
63
- assert max_values[2] > 6500, "Latent dimension mismatch in saved file"
+ assert max_values[2] > 6499, "Latent dimension mismatch in saved file"
64
65
66
def test_config_file(cache_setup: dict[str, Any]):
0 commit comments