StingraySoftware / stingray

Anything can happen in the next half hour (including spectral timing made easy)!
https://stingray.science/stingray
MIT License
172 stars 141 forks source link

Adding Object Oriented Plotting to various features #703

Closed Gaurav17Joshi closed 9 months ago

Gaurav17Joshi commented 1 year ago

Adding Object Oriented Plotting to lightcurve plotting

Addressing #612, This Pr will add object oriented methods to stingray.lightcurve.py

codecov[bot] commented 1 year ago

Codecov Report

Merging #703 (e9c352c) into main (fb98a57) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #703      +/-   ##
==========================================
+ Coverage   97.21%   97.23%   +0.01%     
==========================================
  Files          42       42              
  Lines        7797     7800       +3     
==========================================
+ Hits         7580     7584       +4     
+ Misses        217      216       -1     
Impacted Files Coverage Δ
stingray/lightcurve.py 98.13% <100.00%> (+0.16%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

matteobachetti commented 9 months ago

Thanks @Gaurav17Joshi for the PR. However, this should be superseded by the more general machinery introduced in #754.