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

Convert data-based test to sampling-based test #181

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

charleskawczynski
Copy link
Member

This PR removes the use of the collected dataset, and replaces it with a sampling-based test based on the range of the dataset. I can confirm that the new tests works for maxiter = 4 and fails for maxiter = 3, which seems sufficient in terms of replacing the use of the dataset. This is nice because now we can remove ArtifactWrappers and NCDatasets from the test environment.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (de98c9f) 93.06% compared to head (a10916e) 93.06%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #181   +/-   ##
=======================================
  Coverage   93.06%   93.06%           
=======================================
  Files          10       10           
  Lines        1139     1139           
=======================================
  Hits         1060     1060           
  Misses         79       79           

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

@charleskawczynski charleskawczynski added this pull request to the merge queue Jan 19, 2024
auto-merge was automatically disabled January 19, 2024 19:12

Merge queue setting changed

@charleskawczynski charleskawczynski removed this pull request from the merge queue due to the queue being cleared Jan 19, 2024
@charleskawczynski charleskawczynski merged commit 3d600e0 into main Jan 19, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Launch Buildkite Add label to launch Buildkite tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant