Skip to content

Commit

Permalink
Added Json diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Jun 24, 2024
1 parent f32ec79 commit 98aa2e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ In the `output` folder, histograms per shortest pair distance from each atom wil

![Histograms for label pair](https://s9.gifyu.com/images/SViMv.png)



### Output 3. Excel and JSON

```json
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pandas==2.2.1
scipy==1.12.0
sympy==1.12
cifkit==0.22
pyvista==0.43.9
pyvista==0.43.9
jsondiff==2.0.0

0 comments on commit 98aa2e6

Please sign in to comment.