You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@ conda activate bel1d
11
11
```
12
12
Install the different libraries in the new environment:
13
13
```
14
-
conda install python=3.7.7 # For the python version
14
+
conda install python=3.7.6 # For the python version
15
15
conda install numpy
16
16
conda install scipy
17
17
conda install scikit-learn
18
18
conda install matplotlib
19
+
conda install -c anaconda dill
19
20
# For multiprocessing:
20
21
pip install pathos
21
22
# For the sNMR application
@@ -44,6 +45,7 @@ Then run the code in this environment (bel1d for the example above).
44
45
# Utilization
45
46
All the functions must be in the pyBEL1D folder to run (or you need to import the library, not yet implemented) and respect the folder architecture that is in the repository.
46
47
48
+
- The file MASW_paper.py containes a highely detailed and commented exemple on how to run BEL1D with IPR and post-process the results.
47
49
- The file exampleSNMR.py provides a commented example on how to run the codes for SNMR data.
48
50
- The file exampleDC.py provides an example on how to use BEL1D with a dispersion curve originating from real data.
0 commit comments