Skip to content

Commit c37c3bc

Browse files
Merge pull request #47 from TheDisorderedOrganization/Aqua
Quality assurance
2 parents f259856 + c2f4eb2 commit c37c3bc

9 files changed

Lines changed: 26 additions & 27 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ log_error/
1717
data/*
1818
deps/build.log
1919

20-
!data/movie/
2120
!config_0.xyz

Project.toml

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Arianna = "07692032-97b4-4f8d-80d7-e18df88d31a9"
77
Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542"
88
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
99
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
10-
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
1110
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
12-
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
1311
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1412
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1513
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -19,10 +17,26 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1917
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2018

2119
[compat]
22-
Arianna = "0.1.2"
23-
Comonicon = "1.0.8"
24-
Coverage = "1.6.1"
25-
DataStructures = "0.18.20"
26-
DelimitedFiles = "1.9.1"
27-
TOML = "1.0.3"
20+
Aqua = "0.8"
21+
Arianna = "0.1"
22+
Comonicon = "1.0"
23+
ComponentArrays = "0.15"
24+
ConcreteStructs = "0.2"
25+
DataStructures = "0.18"
26+
DelimitedFiles = "1.9"
27+
Distributions = "0.25"
28+
LinearAlgebra = "1.9"
29+
Printf = "1.9"
30+
StaticArrays = "1.9"
31+
Statistics = "1.9"
32+
TOML = "1"
33+
Test = "1.9"
2834
julia = "1.9"
35+
36+
[extras]
37+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
38+
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
39+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
40+
41+
[targets]
42+
test = ["Test", "DelimitedFiles", "Aqua"]

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
[![license](https://img.shields.io/badge/license-GPL%203.0-red.svg)](https://github.com/TheDisorderedOrganization/ParticlesMC/blob/main/LICENSE)
88
[![ci](https://github.com/TheDisorderedOrganization/ParticlesMC/actions/workflows/ci.yml/badge.svg)](https://github.com/TheDisorderedOrganization/ParticlesMC/actions/workflows/ci.yml)
9+
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
910
[![codecov](https://codecov.io/gh/TheDisorderedOrganization/ParticlesMC/graph/badge.svg?token=URGL1HJOOI)](https://codecov.io/gh/TheDisorderedOrganization/ParticlesMC)
11+
1012
</div>
1113

1214
<p align="center">
@@ -18,7 +20,7 @@ ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo s
1820
</p>
1921

2022
<p align="center">
21-
MC simulation of a 2D liquid. This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder. Movie generated with <a href="https://www.ovito.org/"> ovito</a>.
23+
MC simulation of a 2D liquid. This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>examples/movie/</code> folder. Movie generated with <a href="https://www.ovito.org/"> ovito</a>.
2224
</p>
2325

2426
## Features

mcmc_logo.png

-24.9 KB
Binary file not shown.

src/ParticlesMC.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939

4040

4141
export callback_energy
42-
export nearest_image_distance
42+
#export nearest_image_distance
4343
export Model
4444
export Model, GeneralKG, JBB, BHHP, SoftSpheres, KobAndersen, Trimer
4545
export NeighbourList, LinkedList, CellList, EmptyList

test/test.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)