We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
might be better to fix this in the backend.
you can see that the FE is interpolating down to zero and up to valid values:
the historical data ends with a run of zeros (should probably be null or NaN):
null
NaN
btw, the forecast data looks fine, and the code dutifully (but not really desirably) interpolates back up to these valid values:
The text was updated successfully, but these errors were encountered:
there's an argument for interpolating the solar data (down to 5 minute intervals) on the BE… as this is required for flow accounting.
Sorry, something went wrong.
No branches or pull requests
might be better to fix this in the backend.
you can see that the FE is interpolating down to zero and up to valid values:
the historical data ends with a run of zeros (should probably be
null
orNaN
):btw, the forecast data looks fine, and the code dutifully (but not really desirably) interpolates back up to these valid values:
The text was updated successfully, but these errors were encountered: