-
The datavault tests are failing with the following error message, which seems to be saying that `data_vault` can not be found. This is causing test failures in #340 and #341.
```
test_datavault.test…
-
It seems that the package in pip doesn't have the latest changes to the datavault.
had to do the following to update:
```
pip uninstall pylabrad
pip install git+git://github.com/labrad/pylabrad.gi…
-
I just started using labrad and am running into an issue whenever trying to create a new file in data vault.
Labrad and data vault open and connect fine. Data vault says it is now serving. From a py…
-
My scans fail when I try put arrays of integers in the datavault. Is this a limit with the datavault, i.e. it is not possible to store integers in the datavault, or is it a bug with the datasaver?
@e…
-
Recent changes to the way the setting decorator works break the [Signal](https://github.com/labrad/pylabrad/blob/master/labrad/server.py#L37) object, which is used as a way to notify clients of change…
-
After running into some initial problems, I updated redheatdos to the newest version of every piece of software including the manager and qubit server (downloaded of bintray). Now any time I try to r…
-
At least on TeamCity, there are 27 datavault tests failing in master. They appear to be failing at `cxn=labrad.connect()` with a `ConnectionRefusedError`.
-
Hi,
I am trying to understand how the signaling works based on the Datavault code.
I've written a simple listener client (taken from https://github.com/labrad/pylabrad/wiki/Pylabrad-Signal-Slot-Examp…
-
I was not able to neither load a log file with MATLAB nor to open it with a text editor. This is not urgent at this moment.
-