-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npctransport with option for multiple hdf5s
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule npctransport
updated
16 files
+1 −1 | .github/workflows/build.yml | |
+1 −1 | CMakeLists.txt | |
+5 −5 | benchmark/benchmark_sites_pair_score.cpp | |
+10 −13 | bin/fg_simulation.cpp | |
+9 −3 | data/npctransport.proto | |
+7 −0 | include/SimulationData.h | |
+1 −1 | src/Scoring.cpp | |
+1 −0 | src/SimulationData.cpp | |
+2 −2 | src/SlabWithToroidalPore.cpp | |
+11 −2 | src/Statistics.cpp | |
+114 −0 | test/expensive_test_hdf5_statistics.py | |
+2 −3 | test/expensive_test_statistics_from_simulation_data.py | |
+16 −11 | test/test_util.py | |
+6 −1 | tools/setup_ci.sh | |
+2 −2 | utility/fg_array.cpp | |
+3 −2 | utility/show_assign.py |