Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciheim Brown authored and Ciheim Brown committed Jul 16, 2024
1 parent 52e5a9c commit e2356bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compval
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def main(json_path=None, cv_dir_path=None):
print("WARNING: NaN's found in: " + str(nan_list))

if bad_vocab:
print("Found inconsistent value(s):" + str(bad_vocab))
print("Found inconsistent value(s): " + str(bad_vocab))
else:
print("Check passed.")

Expand Down

0 comments on commit e2356bf

Please sign in to comment.