Skip to content

Commit

Permalink
update precision of jldoctest
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Nov 19, 2024
1 parent 26f9e58 commit 1cd4a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParticleSystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ julia> map_pairwise!((x,y,i,j,d2,output) -> output += d2, sys)
```
## Two sets of particles
```jldoctest ;filter = r"(\\d*)\\.(\\d{4})\\d+" => s"\\1.\\2"
```jldoctest ;filter = r"(\\d*)\\.(\\d{2})\\d+" => s"\\1.\\2"
julia> using CellListMap, PDBTools
julia> xpositions = coor(readPDB(CellListMap.argon_pdb_file))[1:50];
Expand Down

0 comments on commit 1cd4a1d

Please sign in to comment.