Closed Ren22 closed 6 years ago
@intsco seems that it happens because of the new field in the database, will check it
Has data migration been discussed? The existing datasets that have optical images will need to have thumbnails generated before we can deploy this.
@LachlanStuart good point. A migration script should also be provided
The migration script works for me. Here's what's left:
test_dataset_manager
test_add_optical_image
test is failing because post_image
gets called 4 times but the mock is only given 3 return values in the side_effects
@Ren22 the PR fails to pass the tests, plz take a look