octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #61132] Colon operator fails for int64 and uin


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #61132] Colon operator fails for int64 and uint64
Date: Tue, 30 Nov 2021 15:13:41 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34

Follow-up Comment #11, bug #61132 (project octave):

I was also undecided whether to keep the conditions simple or to limit the
scope of the change. I'll try to do the latter.

While testing saving and loading ranges to the various formats, I came across
this error (even without this change):

>> a = b = 1:4;

>> sv_file = [tempname(), ".h5"];

>> save (sv_file, "a", "-hdf5");

warning: <unknown type>: saving hdf5 files not available in this version of
Octave
error: save: error while writing 'a' to hdf5 file


I can save other types (like a double array) in HDF5 format.

There is a `ov_range<T>::save_hdf5` in `ov-range.cc`. Shouldn't this be
working?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61132>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]