nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
64 stars 65 forks source link

Make sure SignalCollection.get_basis() does not reuse numpy arrays to… #301

Closed vallis closed 2 years ago

vallis commented 2 years ago

… store new bases. Needed to reuse PTA objects in doing phase shifts by setting pseed to a Parameter.

codecov[bot] commented 2 years ago

Codecov Report

Merging #301 (62dd2b0) into master (df93437) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #301      +/-   ##
==========================================
+ Coverage   87.12%   87.14%   +0.01%     
==========================================
  Files          13       13              
  Lines        2867     2870       +3     
==========================================
+ Hits         2498     2501       +3     
  Misses        369      369              
Impacted Files Coverage Δ
enterprise/signals/signal_base.py 90.27% <100.00%> (+0.03%) :arrow_up:

Continue to review full report at Codecov.

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