We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c8a43 commit 310dc44Copy full SHA for 310dc44
tests/integration/sample.py
@@ -48,7 +48,7 @@ def get_sample_granules(
48
g = random.sample(list(granules_set), 1)[0]
49
if g.size() > max_granule_size:
50
logger.debug(
51
- f"Granule {g['meta']['concept-id']} exceded max size: {g.size()}."
+ f"Granule {g['meta']['concept-id']} exceeded max size: {g.size()}."
52
"Trying another random sample."
53
)
54
tries += 1
0 commit comments