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

Fixed the TypeError in test_vector_parameter_like #352

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

vhaasteren
Copy link
Member

@vhaasteren vhaasteren commented Sep 21, 2023

The integration tests fail for python 3.9 and 3.10, because the generator object is not converted to a list or tuple in the test function test_vector_parameter_like. See issue #354.

This PR fixes #354 by converting the generator object to a list first.

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #352 (d5f93e2) into master (5ef5ff4) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #352   +/-   ##
=======================================
  Coverage   88.37%   88.37%           
=======================================
  Files          13       13           
  Lines        3012     3012           
=======================================
  Hits         2662     2662           
  Misses        350      350           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ef5ff4...d5f93e2. Read the comment docs.

@AaronDJohnson
Copy link
Collaborator

This needs to be merged before anything else.

@AaronDJohnson
Copy link
Collaborator

@vallis can we get this merged to fix the tests?

@vallis vallis merged commit 257cf2f into nanograv:master Oct 5, 2023
13 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.

Integration tests fail for python 3.9 and 3.10
3 participants