René's URL Explorer Experiment


Title: Test failure in test_umath.py::TestUmath::test_fix with NumPy 2.4 · Issue #266 · python-quantities/python-quantities · GitHub

Open Graph Title: Test failure in test_umath.py::TestUmath::test_fix with NumPy 2.4 · Issue #266 · python-quantities/python-quantities

X Title: Test failure in test_umath.py::TestUmath::test_fix with NumPy 2.4 · Issue #266 · python-quantities/python-quantities

Description: quantities/tests/test_umath.py F >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> traceback >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...

Open Graph Description: quantities/tests/test_umath.py F >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> traceback >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...

X Description: quantities/tests/test_umath.py F >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...

Opengraph URL: https://github.com/python-quantities/python-quantities/issues/266

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Test failure in test_umath.py::TestUmath::test_fix with NumPy 2.4","articleBody":"```\nquantities/tests/test_umath.py F\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e traceback \u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\u003e\n\nself = array(3.14) * degF, obj = array(3.), context = (\u003cufunc 'trunc'\u003e, (array(3.14) * degF,), 0)\n\n    def __array_prepare__(self, obj, context=None):\n        if self.__array_priority__ \u003e= Quantity.__array_priority__:\n            res = obj if isinstance(obj, type(self)) else obj.view(type(self))\n        else:\n            # don't want a UnitQuantity\n            res = obj.view(Quantity)\n        if context is None:\n            return res\n\n        uf, objs, huh = context\n        if uf.__name__.startswith('is'):\n            return obj\n\n        try:\n\u003e           res._dimensionality = p_dict[uf](*objs)\n                                  ^^^^^^^^^^\nE           KeyError: \u003cufunc 'trunc'\u003e\n\nquantities/quantity.py:311: KeyError\n\nDuring handling of the above exception, another exception occurred:\n\nself = \u003cquantities.tests.test_umath.TestUmath testMethod=test_fix\u003e\n\n    def test_fix(self):\n\u003e       self.assertQuantityEqual(np.fix(3.14 * pq.degF), 3.0 * pq.degF)\n                                 ^^^^^^^^^^^^^^^^^^^^^^\n\nquantities/tests/test_umath.py:163:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n../env-202601/lib/python3.14/site-packages/numpy/lib/_ufunclike_impl.py:59: in fix\n    return nx.trunc(x, out=out)\n           ^^^^^^^^^^^^^^^^^^^^\nquantities/quantity.py:331: in __array_wrap__\n    return self.__array_prepare__(obj, context)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\n\nself = array(3.14) * degF, obj = array(3.), context = (\u003cufunc 'trunc'\u003e, (array(3.14) * degF,), 0)\n\n    def __array_prepare__(self, obj, context=None):\n        if self.__array_priority__ \u003e= Quantity.__array_priority__:\n            res = obj if isinstance(obj, type(self)) else obj.view(type(self))\n        else:\n            # don't want a UnitQuantity\n            res = obj.view(Quantity)\n        if context is None:\n            return res\n\n        uf, objs, huh = context\n        if uf.__name__.startswith('is'):\n            return obj\n\n        try:\n            res._dimensionality = p_dict[uf](*objs)\n        except KeyError:\n\u003e           raise ValueError(\n                \"\"\"ufunc %r not supported by quantities\n                please file a bug report at https://github.com/python-quantities\n                \"\"\" % uf\n                )\nE           ValueError: ufunc \u003cufunc 'trunc'\u003e not supported by quantities\nE                           please file a bug report at https://github.com/python-quantities\n\nquantities/quantity.py:313: ValueError\n```\n\nThis seems to be because the implementation of np.fix was changed in NumPy 2.4 to use `trunc` ([v2.3.5](https://github.com/numpy/numpy/blob/c3d60fc8393f3ca3306b8ce8b6453d43737e3d90/numpy/lib/_ufunclike_impl.py#L17) [v2.4.0](https://github.com/numpy/numpy/blob/c5ab79c14c98bfda1e60770ffa23a6130f8267b7/numpy/lib/_ufunclike_impl.py#L17))","author":{"url":"https://github.com/apdavison","@type":"Person","name":"apdavison"},"datePublished":"2026-01-12T16:33:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/266/python-quantities/issues/266"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4e7ac50b-daa1-6d06-e6f9-522c2e401c5c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB73C:231D79:13237BE:198F0EE:696AD8E1
html-safe-nonce7ed7f9e385f39122c77bdc8efcb095dd2e16011edd21c8a990691f90aa53df20
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzNDOjIzMUQ3OToxMzIzN0JFOjE5OEYwRUU6Njk2QUQ4RTEiLCJ2aXNpdG9yX2lkIjoiNTMyNjE1MjI0OTMzNzYzMjk5NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf153c663ba50ba99d22e4b06aba15971d4245fb1a8ffb42c206ded281bea2737
hovercard-subject-tagissue:3805078990
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-quantities/python-quantities/266/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b44df1d5326c5f434786f694ed656e14fae855b9f16e0966ced59c5692bbbeb6/python-quantities/python-quantities/issues/266
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b44df1d5326c5f434786f694ed656e14fae855b9f16e0966ced59c5692bbbeb6/python-quantities/python-quantities/issues/266
og:image:altquantities/tests/test_umath.py F >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> traceback >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameapdavison
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/python-quantities/python-quantities git https://github.com/python-quantities/python-quantities.git
octolytics-dimension-user_id222003
octolytics-dimension-user_loginpython-quantities
octolytics-dimension-repository_id560911
octolytics-dimension-repository_nwopython-quantities/python-quantities
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id560911
octolytics-dimension-repository_network_root_nwopython-quantities/python-quantities
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release524a93f2c1f36522a3b4be4c110467ee4172245d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-quantities/python-quantities/issues/266#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-quantities%2Fpython-quantities%2Fissues%2F266
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-quantities%2Fpython-quantities%2Fissues%2F266
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-quantities%2Fpython-quantities
Reloadhttps://github.com/python-quantities/python-quantities/issues/266
Reloadhttps://github.com/python-quantities/python-quantities/issues/266
Reloadhttps://github.com/python-quantities/python-quantities/issues/266
python-quantities https://github.com/python-quantities
python-quantitieshttps://github.com/python-quantities/python-quantities
Notifications https://github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Fork 77 https://github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Star 216 https://github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Code https://github.com/python-quantities/python-quantities
Issues 73 https://github.com/python-quantities/python-quantities/issues
Pull requests 4 https://github.com/python-quantities/python-quantities/pulls
Actions https://github.com/python-quantities/python-quantities/actions
Projects 0 https://github.com/python-quantities/python-quantities/projects
Wiki https://github.com/python-quantities/python-quantities/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python-quantities/python-quantities/security
Please reload this pagehttps://github.com/python-quantities/python-quantities/issues/266
Insights https://github.com/python-quantities/python-quantities/pulse
Code https://github.com/python-quantities/python-quantities
Issues https://github.com/python-quantities/python-quantities/issues
Pull requests https://github.com/python-quantities/python-quantities/pulls
Actions https://github.com/python-quantities/python-quantities/actions
Projects https://github.com/python-quantities/python-quantities/projects
Wiki https://github.com/python-quantities/python-quantities/wiki
Security https://github.com/python-quantities/python-quantities/security
Insights https://github.com/python-quantities/python-quantities/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-quantities/python-quantities/issues/266
New issuehttps://github.com/login?return_to=https://github.com/python-quantities/python-quantities/issues/266
Bughttps://github.com/python-quantities/python-quantities/issues?q=type:"Bug"
Test failure in test_umath.py::TestUmath::test_fix with NumPy 2.4https://github.com/python-quantities/python-quantities/issues/266#top
https://github.com/apdavison
https://github.com/apdavison
https://github.com/apdavison
apdavisonhttps://github.com/apdavison
on Jan 12, 2026https://github.com/python-quantities/python-quantities/issues/266#issue-3805078990
v2.3.5https://github.com/numpy/numpy/blob/c3d60fc8393f3ca3306b8ce8b6453d43737e3d90/numpy/lib/_ufunclike_impl.py#L17
v2.4.0https://github.com/numpy/numpy/blob/c5ab79c14c98bfda1e60770ffa23a6130f8267b7/numpy/lib/_ufunclike_impl.py#L17
apdavisonhttps://github.com/apdavison
Bughttps://github.com/python-quantities/python-quantities/issues?q=type:"Bug"
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.