-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update develop branch with main #284
Conversation
- fix intend otherwise these linear/rom systems would only be saved if no data.h5 file exist from the start - remove all files before it is written as overwriting them causes an Assertation error
This reverts commit 3bdabed.
In the previous version, less modes are extracted for free flying aircraft because number of rigid body DoFs are wrongly substracted from the total number of modes although the first modes (which are the rigid body modes) are already skipped. Thus if 30 modes are to be exported only 10 mode shapes are created.
Update XBeam version to include compiler optimisation
- caused error in opening the jupyter notebook and for the tutorial not to be displayed in the readthedocs documentation
- before it creates an output file with extra columns without any values
A few minor bug fixes
NoAero errors out because of missing optional input - fixed
Update noaero.py for consistency in function input
Also fixed an issue with SHARPy not running due to a package import error.
No longer using "pip install mayavi" as this had build errors depending on python version (known bug)
Working like a charm on Debian 12, so I've updated the version in the docs.
Hotfix: Add scipy version info to env yml
Added pip install (with docs)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #284 +/- ##
========================================
Coverage 67.69% 67.70%
========================================
Files 166 166
Lines 26709 26710 +1
========================================
+ Hits 18081 18083 +2
+ Misses 8628 8627 -1 ☔ View full report in Codecov by Sentry. |
Fix Github Runner Docker build failing
Update with main for mamba fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating develop branch with the main branch. This includes the new pip installation method, as well as some other small fixes.