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.

1
0
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