Closed gracesong312 closed 1 year ago
Base: 45.94% // Head: 46.12% // Increases project coverage by +0.18%
:tada:
Coverage data is based on head (
2404383
) compared to base (ece3b82
). Patch coverage: 85.36% of modified lines in pull request are covered.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
pre-commit.ci run
The pre-commit.ci failure seems an upstream problem to me, let's see if they fix it by today.
@gipert can you check the error?
I figured it out.
Main updates to functionality:
dt
,t0
, andvalues
)get_dataframe
sortby
in FileDB config Currently, FileDB sorts the dataframe by the key "timestamp," which is fine for L200, but test stands may not use a naming convention that includes "timestamp", so the user can now specify which key should be used for sorting. It still defaults to "timestamp" if nosortby
is specified.For testing, I'm not entirely sure what's failing in the codecov and docs, I really don't think I changed anything. Also, I've tested VoV loading separately, but there isn't really good VoV data in the test suite, so I haven't added that in the tests folder.