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

1Week interval fails with specific data #255

Open
ktarbet opened this issue Oct 17, 2024 · 0 comments
Open

1Week interval fails with specific data #255

ktarbet opened this issue Oct 17, 2024 · 0 comments

Comments

@ktarbet
Copy link
Contributor

ktarbet commented Oct 17, 2024

See the test in mixed_record_types.c
Works with
#define NUM_TS_VALUES 1221
but fails
with larger number of data points:
#define NUM_TS_VALUES 2221

basic details below.
const char* date = "15Jun2024";
const char* time = "1200";

status = write_ts_mixed(ifltab, "//GAPT_DAM/FLOW-LOCAL//1Month/GAPT_HMS_FORECAST_doubles_first/", 1);
if (status != STATUS_OKAY) {
return status;
}

ktarbet added a commit that referenced this issue Oct 17, 2024
lowering number of values to
NUM_TS_VALUES 1221  so Weekly tests will pass

new issue #255 discovered to be handled later.
ktarbet added a commit that referenced this issue Oct 18, 2024
…ime-series (#256)

* fixes for mixing floats and doubles between time-series writes

includes regular and irregular time-series

* refactor test, prep for other intervals

* work in progress

irregular intervals working
1Hour, 1Minute, and 1Day working

* 1Year and 1Month working

* reduce number of data points

lowering number of values to
NUM_TS_VALUES 1221  so Weekly tests will pass

new issue #255 discovered to be handled later.

* fix typo

* update version date
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

No branches or pull requests

1 participant