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

chore: cache mass flow rate #277

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

vishwa2710
Copy link
Contributor

No description provided.

@vishwa2710 vishwa2710 self-assigned this Nov 20, 2023
Copy link
Contributor

@apaletta3 apaletta3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test that doesn't pass can be fixed on line 99 of Thurster.test.cpp by changing it to this

EXPECT_THROW(Thruster(SatelliteSystem::Undefined(), defaultGuidanceLaw_, defaultName_), ostk::core::error::runtime::Undefined);

However, I'm not sure that's exactly the behavior you want here since it fails during construction, before you even get to use the .getSatelliteSystem(). So you might have to change something in the SatelliteSystem class for it to behave correctly.

@vishwa2710 vishwa2710 force-pushed the users/vishwa/chore-cleanup-thruster-naming branch from d1697d5 to 82fcc57 Compare November 21, 2023 17:05
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8e56e92) 85.24% compared to head (719ecae) 85.24%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #277   +/-   ##
=======================================
  Coverage   85.24%   85.24%           
=======================================
  Files          71       71           
  Lines        6059     6060    +1     
=======================================
+ Hits         5165     5166    +1     
  Misses        894      894           

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

@vishwa2710 vishwa2710 force-pushed the users/vishwa/chore-cleanup-thruster-naming branch from 82fcc57 to 719ecae Compare November 21, 2023 17:25
Copy link
Contributor

@apaletta3 apaletta3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solid fix!

@vishwa2710 vishwa2710 merged commit f63ee08 into main Nov 21, 2023
12 checks passed
@vishwa2710 vishwa2710 deleted the users/vishwa/chore-cleanup-thruster-naming branch November 21, 2023 18:30
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.

2 participants