René's URL Explorer Experiment


Title: Error when running the VTOL · Issue #33 · suavecode/Tutorials · GitHub

Open Graph Title: Error when running the VTOL · Issue #33 · suavecode/Tutorials

X Title: Error when running the VTOL · Issue #33 · suavecode/Tutorials

Description: Optimum motor design failed. Using slack constraints Traceback (most recent call last): File "c:\Users\soren\Downloads\tut_eVTOL.py", line 592, in main() File "c:\Users\soren\Downloads\tut_eVTOL.py", line 48, in main results = mission.ev...

Open Graph Description: Optimum motor design failed. Using slack constraints Traceback (most recent call last): File "c:\Users\soren\Downloads\tut_eVTOL.py", line 592, in main() File "c:\Users\soren\Downloads\tut_eVTOL.py...

X Description: Optimum motor design failed. Using slack constraints Traceback (most recent call last): File "c:\Users\soren\Downloads\tut_eVTOL.py", line 592, in main() File "c:\Users\soren\Downloa...

Opengraph URL: https://github.com/suavecode/Tutorials/issues/33

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error when running the VTOL","articleBody":"Optimum motor design failed. Using slack constraints\r\nTraceback (most recent call last):\r\n  File \"c:\\Users\\soren\\Downloads\\tut_eVTOL.py\", line 592, in \u003cmodule\u003e\r\n    main()\r\n  File \"c:\\Users\\soren\\Downloads\\tut_eVTOL.py\", line 48, in main\r\n    results = mission.evaluate()\r\n              ^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Mission\\Segments\\Segment.py\", line 180, in evaluate\r\n    self.process(self)\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 96, in __call__\r\n    return self.evaluate(*args,**kwarg)\r\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 67, in evaluate\r\n    result = step(*args,**kwarg)\r\n             ^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Methods\\Missions\\Segments\\Common\\Sub_Segments.py\", line 137, in sequential_sub_segments\r\n    sub_segment.evaluate()\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Mission\\Segments\\Segment.py\", line 180, in evaluate\r\n    self.process(self)\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 96, in __call__\r\n    return self.evaluate(*args,**kwarg)\r\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 65, in evaluate\r\n    result = step.evaluate(*args,**kwarg)\r\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 67, in evaluate\r\n    result = step(*args,**kwarg)\r\n             ^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Methods\\Missions\\Segments\\converge_root.py\", line 50, in converge_root\r\n    unknowns,infodict,ier,msg = root_finder( iterate,\r\n                                ^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\scipy\\optimize\\_minpack_py.py\", line 166, in fsolve\r\n    res = _root_hybr(func, x0, args, jac=fprime, **options)\r\n          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\scipy\\optimize\\_minpack_py.py\", line 232, in _root_hybr\r\n    shape, dtype = _check_func('fsolve', 'func', func, x0, args, n, (n,))\r\n                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\scipy\\optimize\\_minpack_py.py\", line 29, in _check_func\r\n    res = atleast_1d(thefunc(*((x0[:numinputs],) + args)))\r\n                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Methods\\Missions\\Segments\\converge_root.py\", line 99, in iterate\r\n    segment.process.iterate(segment)\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 96, in __call__\r\n    return self.evaluate(*args,**kwarg)\r\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 65, in evaluate\r\n    result = step.evaluate(*args,**kwarg)\r\n             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Process.py\", line 67, in evaluate\r\n    result = step(*args,**kwarg)\r\n             ^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Methods\\Missions\\Segments\\Common\\Energy.py\", line 87, in update_thrust\r\n    results   = energy_model.evaluate_thrust(segment.state)\r\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Analyses\\Energy\\Energy.py\", line 65, in evaluate_thrust\r\n    results = network.evaluate_thrust(state)\r\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Components\\Energy\\Networks\\Network.py\", line 143, in evaluate_thrust\r\n    results_p = net.evaluate_thrust(state)\r\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Components\\Energy\\Networks\\Lift_Cruise.py\", line 167, in evaluate_thrust\r\n    volts = battery.compute_voltage(state)\r\n            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Components\\Energy\\Storages\\Batteries\\Constant_Mass\\Lithium_Ion_LiNiMnCoO2_18650.py\", line 432, in compute_voltage\r\n    V_ul_cell = compute_NMC_cell_state_variables(battery_data,SOC,T_cell,I_cell)\r\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n  File \"C:\\Users\\soren\\AppData\\Local\\Programs\\Python\\Python311\\Lib\\site-packages\\suave-2.5.2-py3.11.egg\\SUAVE\\Methods\\Power\\Battery\\Cell_Cycle_Models\\LiNiMnCoO2_cell_cycle_model.py\", line 51, in compute_NMC_cell_state_variables\r\n    V_ul           = np.atleast_2d(battery_data.Voltage(pts)[:,1]).T\r\n                                   ^^^^^^^^^^^^^^^^^^^^\r\nAttributeError: 'NoneType' object has no attribute 'Voltage'","author":{"url":"https://github.com/jjxx2","@type":"Person","name":"jjxx2"},"datePublished":"2024-06-08T17:50:18.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/33/Tutorials/issues/33"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:05d12b9e-ff98-e509-4b80-4834660e05bf
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAD7E:2A8767:1A5D2CD:2498136:697C9687
html-safe-nonce03b327890b148fa9e8d070cea1f570eb5fe8f02b917a7f3f3f737690660fc76a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRDdFOjJBODc2NzoxQTVEMkNEOjI0OTgxMzY6Njk3Qzk2ODciLCJ2aXNpdG9yX2lkIjoiODg5MDE1NTA1NDAyODA2ODQ4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacdfc9dceddb14e16099842c02d399c4ebf8ab7eba1ecd98c6143dc772443864eb
hovercard-subject-tagissue:2341761603
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/suavecode/Tutorials/33/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0dd461cd6d72024f3f743be084155d7f0cc163d8b17264ad97c3fb923bf5c8a7/suavecode/Tutorials/issues/33
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0dd461cd6d72024f3f743be084155d7f0cc163d8b17264ad97c3fb923bf5c8a7/suavecode/Tutorials/issues/33
og:image:altOptimum motor design failed. Using slack constraints Traceback (most recent call last): File "c:\Users\soren\Downloads\tut_eVTOL.py", line 592, in main() File "c:\Users\soren\Downloads\tut_eVTOL.py...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejjxx2
hostnamegithub.com
expected-hostnamegithub.com
Nonef30e23787c843d478679169eb69bc1bf04c9aaf526e14cad93570a516ad7b047
turbo-cache-controlno-preview
go-importgithub.com/suavecode/Tutorials git https://github.com/suavecode/Tutorials.git
octolytics-dimension-user_id7026233
octolytics-dimension-user_loginsuavecode
octolytics-dimension-repository_id37677260
octolytics-dimension-repository_nwosuavecode/Tutorials
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id37677260
octolytics-dimension-repository_network_root_nwosuavecode/Tutorials
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
release0bf17967680d17d40933881af78023e6675fa045
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/suavecode/Tutorials/issues/33#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsuavecode%2FTutorials%2Fissues%2F33
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%2Fsuavecode%2FTutorials%2Fissues%2F33
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=suavecode%2FTutorials
Reloadhttps://patch-diff.githubusercontent.com/suavecode/Tutorials/issues/33
Reloadhttps://patch-diff.githubusercontent.com/suavecode/Tutorials/issues/33
Reloadhttps://patch-diff.githubusercontent.com/suavecode/Tutorials/issues/33
suavecode https://patch-diff.githubusercontent.com/suavecode
Tutorialshttps://patch-diff.githubusercontent.com/suavecode/Tutorials
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fsuavecode%2FTutorials
Fork 46 https://patch-diff.githubusercontent.com/login?return_to=%2Fsuavecode%2FTutorials
Star 26 https://patch-diff.githubusercontent.com/login?return_to=%2Fsuavecode%2FTutorials
Code https://patch-diff.githubusercontent.com/suavecode/Tutorials
Issues 4 https://patch-diff.githubusercontent.com/suavecode/Tutorials/issues
Pull requests 1 https://patch-diff.githubusercontent.com/suavecode/Tutorials/pulls
Actions https://patch-diff.githubusercontent.com/suavecode/Tutorials/actions
Projects 0 https://patch-diff.githubusercontent.com/suavecode/Tutorials/projects
Wiki https://patch-diff.githubusercontent.com/suavecode/Tutorials/wiki
Security 0 https://patch-diff.githubusercontent.com/suavecode/Tutorials/security
Insights https://patch-diff.githubusercontent.com/suavecode/Tutorials/pulse
Code https://patch-diff.githubusercontent.com/suavecode/Tutorials
Issues https://patch-diff.githubusercontent.com/suavecode/Tutorials/issues
Pull requests https://patch-diff.githubusercontent.com/suavecode/Tutorials/pulls
Actions https://patch-diff.githubusercontent.com/suavecode/Tutorials/actions
Projects https://patch-diff.githubusercontent.com/suavecode/Tutorials/projects
Wiki https://patch-diff.githubusercontent.com/suavecode/Tutorials/wiki
Security https://patch-diff.githubusercontent.com/suavecode/Tutorials/security
Insights https://patch-diff.githubusercontent.com/suavecode/Tutorials/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/suavecode/Tutorials/issues/33
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/suavecode/Tutorials/issues/33
Error when running the VTOLhttps://patch-diff.githubusercontent.com/suavecode/Tutorials/issues/33#top
https://github.com/jjxx2
https://github.com/jjxx2
jjxx2https://github.com/jjxx2
on Jun 8, 2024https://github.com/suavecode/Tutorials/issues/33#issue-2341761603
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.