diff options
| author | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-21 16:01:41 -0400 |
|---|---|---|
| committer | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-21 16:01:41 -0400 |
| commit | 4315a63c5d0c368075b8f4e1dab0a0711ae4440c (patch) | |
| tree | 2cc0ddc534156cd24ceeafce1b915a8031cb54b7 /Code/test.py | |
| parent | 8d1fd6e74879bb03f2471eaff6f8e2fe8ccb8a63 (diff) | |
updated test
Diffstat (limited to 'Code/test.py')
| -rw-r--r-- | Code/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/test.py b/Code/test.py index bc040ac..ec53b66 100644 --- a/Code/test.py +++ b/Code/test.py @@ -54,7 +54,7 @@ def get_full_clips(data_dir, num_clips, num_rec_out=1): return clips -get_full_clips('../Data/Ms_Pacman/Test/', 8, num_rec_out=64) +get_full_clips('../Data/Ms_Pacman/Test/', 1, num_rec_out=1) # def test(): # """ |
