We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdd0cdf + 20dbe50 commit d5caf62Copy full SHA for d5caf62
.github/workflows/rustbca_compile_check.yml
@@ -30,7 +30,7 @@ jobs:
30
sudo apt-get install python3-pip python3-dev
31
- name: Install Python libraries
32
run: |
33
- python3 -m pip install numpy shapely scipy
+ python3 -m pip install numpy shapely scipy matplotlib
34
- name: Install python TOML library from source
35
36
git clone https://github.com/uiri/toml.git
@@ -44,6 +44,7 @@ jobs:
44
python3 -m pip install setuptools_rust testresources
45
python3 -m pip install .
46
python3 -c "from libRustBCA.pybca import *;"
47
+ python3 examples/test_rustbca.py
48
- name: Test Fortran and C bindings
49
run : |
50
cargo build --release
docs/python_bindings/implanted.png
17.9 KB
docs/python_bindings/sputtered.png
18.6 KB
0 commit comments