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. před 7 roky
..
coretest d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 7 roky
iotest d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 7 roky
README.txt d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 7 roky
__init__.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 7 roky
generate_datasets.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 7 roky
tools.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. před 7 roky

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