René's URL Explorer Experiment


Title: Numpy automatically casting Complex to Float · Issue #551 · python-control/python-control · GitHub

Open Graph Title: Numpy automatically casting Complex to Float · Issue #551 · python-control/python-control

X Title: Numpy automatically casting Complex to Float · Issue #551 · python-control/python-control

Description: It's been a while since i've used this awesome work you guys did. Tried some simple things today and couldn't get it to work I believe numpy got updated and messed some things up Given the following code: import control as ct import nump...

Open Graph Description: It's been a while since i've used this awesome work you guys did. Tried some simple things today and couldn't get it to work I believe numpy got updated and messed some things up Given the followin...

X Description: It's been a while since i've used this awesome work you guys did. Tried some simple things today and couldn't get it to work I believe numpy got updated and messed some things up Given ...

Opengraph URL: https://github.com/python-control/python-control/issues/551

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Numpy automatically casting Complex to Float","articleBody":"It's been a while since i've used this awesome work you guys did.\r\nTried some simple things today and couldn't get it to work\r\n\r\nI believe numpy got updated and messed some things up\r\n\r\nGiven the following code:\r\n```\r\nimport control as ct\r\nimport numpy as np\r\n\r\n# Define Poles and get it's coeficients\r\npoles = np.array([np.complex(-7.7, 6.4), np.complex(7.7, 6.4)]) # Expecting to get these poles when G.pole() is called\r\ncoefs = np.poly(poles)\r\n\r\n# Define the Transfer Function\r\nnum = [1]\r\nden = coefs\r\nG = ct.tf(num, den)\r\n\r\n# Get the poles\r\nG.pole()\r\n```\r\n\r\ni get these warnings:\r\n\r\n`\r\n/usr/local/lib/python3.7/dist-packages/control/xferfcn.py:957: ComplexWarning: Casting complex values to real discards the imaginary part den[j, :maxindex+1] = poly(poles[j])\r\n`\r\n`\r\n/usr/local/lib/python3.7/dist-packages/control/xferfcn.py:987: ComplexWarning: Casting complex values to real discards the imaginary part num[i, j, maxindex+1-len(numpoly):maxindex+1] = numpoly\r\narray([-10.0124922,  10.0124922])\r\n`\r\n\r\nDoing a few tests i found out that\r\n\r\n```\r\npoles = np.array([np.complex(-7.7, 6.4), np.complex(7.7, 6.4)])\r\n\r\nmaxindex = 2\r\nden = np.zeros((1, maxindex + 1), dtype=np.float)\r\nden[0, :maxindex + 1] = np.poly(poles)\r\n```\r\n`/usr/local/lib/python3.7/dist-packages/ipykernel_launcher.py:5: ComplexWarning: Casting complex values to real discards the imaginary part`\r\nwill results in the same warnings, but changing dtype to np.complex it works correctly\r\n```\r\npoles = np.array([np.complex(-7.7, 6.4), np.complex(7.7, 6.4)])\r\n\r\nmaxindex = 2\r\nden = np.zeros((1, maxindex + 1), dtype=np.complex)\r\nden[0, :maxindex + 1] = np.poly(poles)\r\nden\r\n```\r\n`array([   1.   +0.j ,    0.  -12.8j, -100.25 +0.j ])`\r\n\r\nI belive changing the num and den dtype to np.complex from xferfcn.py file should solve the issue (did not look up for similar issues/solutions though)\r\n```\r\n938        den = zeros((self.inputs, maxindex + 1), dtype=np.complex)\r\n939        num = zeros((max(1, self.outputs, self.inputs),\r\n940                     max(1, self.outputs, self.inputs),\r\n941                     maxindex + 1),\r\n942                    dtype=np.complex)\r\n```\r\n","author":{"url":"https://github.com/Bruno-SW","@type":"Person","name":"Bruno-SW"},"datePublished":"2021-02-24T19:30:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/551/python-control/issues/551"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f660a5cc-0ce5-f422-4e2b-26a8ccab87b6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id87BE:182B8F:29943C2:3564D76:697D9E31
html-safe-nonce3e22581b369dde28e40576888a796d210b352e79c5d01fc6f07c80c45e2bc8e5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4N0JFOjE4MkI4RjoyOTk0M0MyOjM1NjRENzY6Njk3RDlFMzEiLCJ2aXNpdG9yX2lkIjoiMzA5NDE3MzA3NDA2OTQ5NTM0NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac685eb87889a0739f08d783af0d9358f7be8d769e852ca2515a871c4381157ece
hovercard-subject-tagissue:815777719
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-control/python-control/551/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e59a903bcfc450a897bddd299ffe39ec78a2d87868ef3b5cc979a24bb7d1515b/python-control/python-control/issues/551
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e59a903bcfc450a897bddd299ffe39ec78a2d87868ef3b5cc979a24bb7d1515b/python-control/python-control/issues/551
og:image:altIt's been a while since i've used this awesome work you guys did. Tried some simple things today and couldn't get it to work I believe numpy got updated and messed some things up Given the followin...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameBruno-SW
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/python-control/python-control git https://github.com/python-control/python-control.git
octolytics-dimension-user_id2285872
octolytics-dimension-user_loginpython-control
octolytics-dimension-repository_id22791752
octolytics-dimension-repository_nwopython-control/python-control
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id22791752
octolytics-dimension-repository_network_root_nwopython-control/python-control
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-control/python-control/issues/551#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-control%2Fpython-control%2Fissues%2F551
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-control%2Fpython-control%2Fissues%2F551
Sign up https://patch-diff.githubusercontent.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-control%2Fpython-control
Reloadhttps://patch-diff.githubusercontent.com/python-control/python-control/issues/551
Reloadhttps://patch-diff.githubusercontent.com/python-control/python-control/issues/551
Reloadhttps://patch-diff.githubusercontent.com/python-control/python-control/issues/551
python-control https://patch-diff.githubusercontent.com/python-control
python-controlhttps://patch-diff.githubusercontent.com/python-control/python-control
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-control%2Fpython-control
Fork 448 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-control%2Fpython-control
Star 2k https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-control%2Fpython-control
Code https://patch-diff.githubusercontent.com/python-control/python-control
Issues 87 https://patch-diff.githubusercontent.com/python-control/python-control/issues
Pull requests 9 https://patch-diff.githubusercontent.com/python-control/python-control/pulls
Discussions https://patch-diff.githubusercontent.com/python-control/python-control/discussions
Actions https://patch-diff.githubusercontent.com/python-control/python-control/actions
Projects 0 https://patch-diff.githubusercontent.com/python-control/python-control/projects
Wiki https://patch-diff.githubusercontent.com/python-control/python-control/wiki
Security 0 https://patch-diff.githubusercontent.com/python-control/python-control/security
Insights https://patch-diff.githubusercontent.com/python-control/python-control/pulse
Code https://patch-diff.githubusercontent.com/python-control/python-control
Issues https://patch-diff.githubusercontent.com/python-control/python-control/issues
Pull requests https://patch-diff.githubusercontent.com/python-control/python-control/pulls
Discussions https://patch-diff.githubusercontent.com/python-control/python-control/discussions
Actions https://patch-diff.githubusercontent.com/python-control/python-control/actions
Projects https://patch-diff.githubusercontent.com/python-control/python-control/projects
Wiki https://patch-diff.githubusercontent.com/python-control/python-control/wiki
Security https://patch-diff.githubusercontent.com/python-control/python-control/security
Insights https://patch-diff.githubusercontent.com/python-control/python-control/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-control/python-control/issues/551
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-control/python-control/issues/551
Numpy automatically casting Complex to Floathttps://patch-diff.githubusercontent.com/python-control/python-control/issues/551#top
https://github.com/Bruno-SW
https://github.com/Bruno-SW
Bruno-SWhttps://github.com/Bruno-SW
on Feb 24, 2021https://github.com/python-control/python-control/issues/551#issue-815777719
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.