Skip to content
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

New sysstate, added 6 fields, new properties, build script #61

Merged
merged 51 commits into from
Nov 8, 2024

Conversation

ufechner7
Copy link
Owner

@ufechner7 ufechner7 commented Nov 7, 2024

  • add the vectors v_wind_gnd, v_wind_200m and v_wind_kite to the SysState
  • add the scalars AoA, CL and CD to the SysState
  • move the definition of the fields of the SysState into the file sysstate.yaml
  • add a script that creates 8 files based on this yaml file (build.jl)
  • add the properties x1, y1 and z1 which represent the kite position for the one point model
  • add the properties x, y and z which represent the kite position for the four point model

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 73.08642% with 109 lines in your changes missing coverage. Please review.

Project coverage is 84.76%. Comparing base (100e05a) to head (2da347d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/build.jl 0.00% 90 Missing ⚠️
src/yaml_utils.jl 0.00% 16 Missing ⚠️
src/KiteUtils.jl 95.74% 2 Missing ⚠️
src/_load_log.jl 92.85% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #61       +/-   ##
===========================================
- Coverage   96.82%   84.76%   -12.06%     
===========================================
  Files           6       14        +8     
  Lines         662      847      +185     
===========================================
+ Hits          641      718       +77     
- Misses         21      129      +108     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ufechner7 ufechner7 changed the title New sysstate, added 3 fields, new properties New sysstate, added 6 fields, new properties Nov 8, 2024
@ufechner7 ufechner7 changed the title New sysstate, added 6 fields, new properties New sysstate, added 6 fields, new properties, build script Nov 8, 2024
@ufechner7 ufechner7 merged commit 9a37c1e into main Nov 8, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant