stanley-king hace 2 años
padre
commit
3cfba1f4dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plot/refill/ChannelWriter.py

+ 1 - 1
plot/refill/ChannelWriter.py

@@ -153,7 +153,7 @@ class ChannelWriter(DataWriteStream):
             return False
 
         dset = self._data_set(path)
-        dset = data
+        dset[:, :] = data
 
         self.file.flush()
         return True