Skip to content

Commit

Permalink
Fix: test_crameri_update
Browse files Browse the repository at this point in the history
We need to retrieve the latest version after the previous, or all subsequent
tests would fail just because crameri dataset is not updated. Dumb me.
  • Loading branch information
beddalumia committed Aug 19, 2022
1 parent 89ea53d commit 65dcea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .test/test_crameri_update.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ function upgrade_crameri()
root = erase(fileparts(mfilename('fullpath')),'.test');
cd(root)
cd('crameri')
disp('Release 7 [zenodo::5501399]')
crameri_update(7,5501399)
disp('Release 6 [zenodo::4153113]')
crameri_update('6','4153113')
disp('Release 7 [zenodo::5501399]')
crameri_update(7,5501399)
cd(here)

disp('>> All good!')
Expand Down

0 comments on commit 65dcea8

Please sign in to comment.