2024-12-01 13:30:49 +01:00
|
|
|
### Download matrices
|
|
|
|
|
## poli3.npz matrice
|
2024-11-28 18:26:04 +01:00
|
|
|
https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EZQv_ttJO1lAgiV8HOutZQQBmGGjXm5fhLmkOcvEPHqeDg?e=XygcyO
|
2024-12-01 13:30:49 +01:00
|
|
|
## nemeth12.npz matrice
|
|
|
|
|
https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EeCGZePTxDdOhV91lJw6viQBhOXtxTlWNoj85lyZCoA26w?e=AcOVcK
|
|
|
|
|
## spd_10000.npz matrice
|
2024-12-09 22:57:51 +01:00
|
|
|
https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EYTVCameBPFIk61AyG9-dwYBgdpt2PuyMyU9Unbdtu3Xww?e=pk7PLx
|
2024-11-23 14:21:36 +01:00
|
|
|
|
2024-12-01 13:30:49 +01:00
|
|
|
Those link will expire on 24-02-2024
|
2024-11-23 14:21:36 +01:00
|
|
|
|
2024-11-28 18:26:04 +01:00
|
|
|
Put the matrice in code folder
|
2024-11-13 17:20:42 +01:00
|
|
|
|
2024-11-28 18:26:04 +01:00
|
|
|
### Create environment
|
2024-11-13 17:20:42 +01:00
|
|
|
|
2024-11-28 18:26:04 +01:00
|
|
|
`pyenv virtualenv porr`
|
2024-11-13 17:20:42 +01:00
|
|
|
|
2024-11-28 18:26:04 +01:00
|
|
|
### Activate environment
|
|
|
|
|
|
|
|
|
|
`pyenv activate porr`
|
|
|
|
|
|
|
|
|
|
### Install requirements
|
|
|
|
|
|
|
|
|
|
`pip install -r requirements.txt`
|
2024-11-28 18:24:31 +01:00
|
|
|
|
|
|
|
|
|