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

Bugfix for bug #358 #359

Merged
merged 6 commits into from
Nov 9, 2023
Merged

Bugfix for bug #358 #359

merged 6 commits into from
Nov 9, 2023

Conversation

vhaasteren
Copy link
Member

This fixes bug #358: when logdet=False, we still tried to unpack the return values of self.Nmat.solve

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #359 (69ac2eb) into master (c49646c) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   88.37%   88.37%           
=======================================
  Files          13       13           
  Lines        3012     3012           
=======================================
  Hits         2662     2662           
  Misses        350      350           
Files Coverage Δ
enterprise/signals/gp_signals.py 90.68% <100.00%> (ø)

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 c49646c...69ac2eb. Read the comment docs.

@vhaasteren vhaasteren changed the base branch from master to dev November 7, 2023 08:52
@vhaasteren vhaasteren added the bug label Nov 7, 2023
@vhaasteren vhaasteren linked an issue Nov 7, 2023 that may be closed by this pull request
@vhaasteren vhaasteren self-assigned this Nov 7, 2023
@AaronDJohnson AaronDJohnson merged commit a4dd7b6 into nanograv:dev Nov 9, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A bug in gp_signals.py
2 participants