()
| 7 | }; |
| 8 | |
| 9 | fn main() { |
| 10 | regular_grid_example(); |
| 11 | irregular_grid_example(); |
| 12 | mixed_grid_example(); |
| 13 | } |
| 14 | |
| 15 | fn regular_grid_example() { |
| 16 | let dataset1 = CsvReader::new("data/animal_statistics.csv") |
nothing calls this directly
no test coverage detected