You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
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;
}
The text was updated successfully, but these errors were encountered: