Conversation
|
Hi @lntutor, thank you for picking this up and for engaging with all three parts of #889 rather than just the tests. You were the first to claim the issue, and your reading of the accessor duplication and the never-run doctest example was correct. I am closing this PR, but not because the work was poor. The reason is a mistake in the issue itself: the audit checked for a test directory under The docstring half was the valuable part, and I have carried it forward in #959 with credit to you: it documents I have also closed #889 with a note about what went wrong. If you would like another issue, the 2026-07 Technical Debt Audit milestone has plenty, and I would be happy to review. Thanks again, and apologies for the wasted effort on the test side. Generated by Claude Code |
Summary
get_default_precision()as the read-only equivalent offloat_precision()Closes #889
Validation
uv run --extra testing pytest quantecon/tests/test_timings.py -quv run --extra testing flake8 quantecon/timings quantecon/tests/test_timings.pyI also started the full
pytest quantecon -qsuite; it ran cleanly through 47% before the local terminal session ended unexpectedly.