Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #1135

Merged
merged 1 commit into from
May 19, 2024
Merged

Fix typo #1135

merged 1 commit into from
May 19, 2024

Conversation

koba-e964
Copy link
Contributor

ローカルでのテスト中に気になったところを直しました

@maspypy
Copy link
Collaborator

maspypy commented Apr 28, 2024

修正はかなり何の問題もなさそうなので、test を rerun するのを試していますが(rerun でうまくいったこともある)なかなかうまくいかない

@maspypy maspypy requested a review from yosupo06 April 29, 2024 03:25
@koba-e964
Copy link
Contributor Author

こんな感じのログが出ているのでファイルの閉じ忘れかもしれないですね

2024-04-29T10:56:13.8952240Z /Users/runner/work/library-checker-problems/library-checker-problems/problem.py:441: ResourceWarning: unclosed file <_io.TextIOWrapper name='string/zalgorithm/hash.json' mode='r' encoding='UTF-8'>
2024-04-29T10:56:13.8953310Z   expect = json.load(open(str(self.basedir / 'hash.json'), 'r'))
2024-04-29T10:56:13.8953860Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-04-29T10:56:13.8954940Z /Users/runner/work/library-checker-problems/library-checker-problems/problem.py:430: ResourceWarning: unclosed file <_io.BufferedReader name='string/zalgorithm/in/all_same_01.in'>
2024-04-29T10:56:13.8955760Z   m.update(open(str(name), 'rb').read())
2024-04-29T10:56:13.8956160Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-04-29T10:56:13.8963730Z /Users/runner/work/library-checker-problems/library-checker-problems/problem.py:430: ResourceWarning: unclosed file <_io.BufferedReader name='string/zalgorithm/in/binary_carry_00.in'>
2024-04-29T10:56:13.8964540Z   m.update(open(str(name), 'rb').read())
2024-04-29T10:56:13.8964930Z ResourceWarning: Enable tracemalloc to get the object allocation traceback
2024-04-29T10:56:13.8966400Z /Users/runner/work/library-checker-problems/library-checker-problems/problem.py:430: ResourceWarning: unclosed file <_io.BufferedReader name='string/zalgorithm/in/all_same_00.in'>
2024-04-29T10:56:13.8967250Z   m.update(open(str(name), 'rb').read())
2024-04-29T10:56:13.8967650Z ResourceWarning: Enable tracemalloc to get the object allocation traceback

@yosupo06 yosupo06 merged commit 4d81247 into yosupo06:master May 19, 2024
2 of 6 checks passed
@koba-e964 koba-e964 deleted the fix/typo branch May 19, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants