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

Swap order of actual and expected value args in super class verify_xxx functions #105

Merged

Conversation

RichardWaiteSTFC
Copy link
Collaborator

Swap order of actual and expected value args in super class verify_xxx functions to be consistent with the MATLAb testCase verify functions.

Fixes #101

@RichardWaiteSTFC RichardWaiteSTFC marked this pull request as draft August 16, 2022 09:44
@RichardWaiteSTFC
Copy link
Collaborator Author

This is blocked by PR #99 (commits included in this branch) and PR #97 - when the latter is merged then master will need to be merged into this branch and the argument order swapped in the new file unittest_spinw_genmagstr.m

@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2022

Codecov Report

Merging #105 (4e22efb) into master (66ac715) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   26.40%   26.40%           
=======================================
  Files         235      235           
  Lines       15690    15690           
=======================================
  Hits         4143     4143           
  Misses      11547    11547           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link

github-actions bot commented Aug 16, 2022

Unit Test Results

       4 files  ±0       72 suites  ±0   8m 55s ⏱️ + 1m 57s
   311 tests ±0     311 ✔️ ±0  0 💤 ±0  0 ±0 
1 232 runs  ±0  1 232 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 00ca0ee. ± Comparison against base commit 4d02dbd.

♻️ This comment has been updated with latest results.

@RichardWaiteSTFC RichardWaiteSTFC changed the base branch from master to 72_test_spinw_genmagstr August 16, 2022 12:47
@RichardWaiteSTFC RichardWaiteSTFC changed the base branch from 72_test_spinw_genmagstr to master August 16, 2022 12:47
@RichardWaiteSTFC RichardWaiteSTFC force-pushed the 101_swap_order_args_in_super_class_verify_obj_funcs branch from 4e22efb to cf37f9a Compare August 16, 2022 12:59
Copy link

@rebeccafair rebeccafair left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@RichardWaiteSTFC RichardWaiteSTFC marked this pull request as ready for review August 18, 2022 08:59
@rebeccafair rebeccafair merged commit 9e8a1ff into master Aug 18, 2022
@mducle mducle deleted the 101_swap_order_args_in_super_class_verify_obj_funcs branch September 8, 2022 16:37
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.

Swap argument order in verify_val and verify_obj
3 participants