spine-generic / data-multi-subject

Multi-subject data for the Spine Generic project
Creative Commons Attribution 4.0 International
22 stars 15 forks source link

Fix broken link to analysis instructions #61

Closed valosekj closed 3 years ago

valosekj commented 3 years ago

This PR fixes broken link to analysis instructions on the readthedocs website.

valosekj commented 3 years ago

Travis failed from unknown reason for me. It happened during spine-generic dependency installation (matplotlib): https://travis-ci.com/github/spine-generic/data-multi-subject/builds/202370396#L203-L204

I have just tried to install spine-generic on my machine and it works without any problems:

virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
pip install spine-generic@git+https://github.com/spine-generic/spine-generic.git@v2.3
jcohenadad commented 3 years ago

connection issue: https://travis-ci.com/github/spine-generic/data-multi-subject/builds/202370396#L222

i've restarted the job, let's see...

valosekj commented 3 years ago

Thank you 👍🏻 Travis has finished successfully this time. Can I merge this PR?