Skip to content

Commit ff8a89e

Browse files
committed
changes ..
1 parent b2d0a29 commit ff8a89e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,3 @@ This package is inspired by the Graph Network-based Simulator (GNS) framework:
163163
## Contributing
164164

165165
We welcome contributions to GraphNetSim.jl! Please follow the [ColPrac](https://github.com/SciML/ColPrac) guidelines for collaborative practices.
166-
167-
## License
168-
169-
This project is licensed under the MIT License. See the [LICENSE]((https://github.com/una-auxme/GraphNetSim.jl/blob/main/LICENSE)) file for details.

convert_csv/csvToh5.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Convert particle trajectory data from CSV to HDF5 format with computed accelerat
2929
## Keyword Arguments
3030
- `dt::Float64`: Time step (default: 0.01)
3131
- `n_trajectories::Int`: Number of trajectories to process (default: 1)
32-
- `dims::Vector{Int}`: Spatial dimensions to extract, e.g. [1, 2] or [1, 3] (default: `[1, 2]`)
32+
- `dims::Vector{Int}`: Spatial dimensions to extract, e.g. [1, 2] or [1, 3].`(default: [1, 2])`
3333
- `groupby_col::Symbol`: Column name for grouping particles (default: :Idp)
3434
- `interpolation_scheme::String`: Acceleration calculation method (default: "pchip")
3535
- "central_diff": Central difference scheme

0 commit comments

Comments
 (0)