Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Michael Denker d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前
..
coretest d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前
iotest d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前
README.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前
__init__.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前
generate_datasets.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前
tools.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 7 年之前

README.txt

To run all tests:

With Python 2.7 or 3.3:

$ python -m unittest discover

If you have nose installed:

$ nosetests


To run tests from an individual file:

$ python test_analogsignal.py

(in all Python versions)



For coverage
nosetests --with-coverage --cover-erase --cover-package=neo