Skip to content
Snippets Groups Projects
Commit 4fd3556f authored by Philipp Arras's avatar Philipp Arras
Browse files

SampleList: fix IO bug

Previously, if a SampleList that contains n samples has already been
saved and afterwards a SampleList with n-m (m>0, n-m>0) is saved and
then loaded again, it considered the samples between n-m and n as part
of the new, updated SampleList. This is faulty behaviour.

This patch adds a fix and tests that make sure that this faulty
behaviour does not happen again in the future.
parent 2fa69f86
Branches
Tags
1 merge request!996SampleList: fix IO bug
Pipeline #238249 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment