We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 789e728 + 61c2ae9 commit 66a82bdCopy full SHA for 66a82bd
1 file changed
tests/cdf/test_cdf_utils.py
@@ -167,5 +167,5 @@ def to_data_product_variables(self) -> list[DataProductVariable]:
167
DataProductVariable("int_var", np.arange(0, 10), pycdf.const.CDF_INT8),
168
DataProductVariable("float_var", np.arange(0, 10), pycdf.const.CDF_REAL4),
169
DataProductVariable("time_var", np.arange(10, 20), pycdf.const.CDF_TIME_TT2000),
170
- DataProductVariable("non_record_varying", 100, record_varying=False)
+ DataProductVariable("non_record_varying", 100, pycdf.const.CDF_BYTE, record_varying=False)
171
]
0 commit comments