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

Add test for generating input time series plot when no vls data present #312

Merged
merged 1 commit into from Nov 11, 2021

Conversation

r-ash
Copy link
Collaborator

@r-ash r-ash commented Nov 11, 2021

This was failing previously but has been fixed in Naomi. This should fix the build problems you were having this morning. The problem was we merged the #310 in which the input time series was assuming that the data would have new VLS columns. The test data in hint doesn't have those new columns but the columns are optional so it should work with or without them.

@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

Merging #312 (b1f6e14) into master (bc8ea2c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files          27       27           
  Lines        1771     1771           
=======================================
  Hits         1738     1738           
  Misses         33       33           

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 bc8ea2c...b1f6e14. Read the comment docs.

@r-ash r-ash requested a review from hillalex November 11, 2021 11:31
@r-ash r-ash changed the title Add test for generating input time seris plot when no vls data present Add test for generating input time series plot when no vls data present Nov 11, 2021
Copy link
Contributor

@hillalex hillalex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected, thanks

@hillalex hillalex merged commit 27ebdfe into master Nov 11, 2021
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.

None yet

2 participants