Changes
Page history
Update sclight_GPS_test
authored
Mar 16, 2021
by
Kentaro Mogushi
Hide whitespace changes
Inline
Side-by-side
home/sclight_GPS_test.md
View page @
b0e359e5
# Here, I check the distribution of GPS times in the testing set
**Most of the testing samples are within 2.4 hours. But it has no bug in code**
```
list_GPS_test_sorted = np.sort(list_GPS_test)
list_GPS_test_sorted_min = list_GPS_test_sorted.min()
...
...
...
...