The row sorting hacks used in test_isa_export_batch() make it very confusing trying to debug export problems. It seems this has originally been made due to issues with some ISA-Tab test files.
These issues (if they still exist) should be dealt with in the test files themselves, instead of convoluting the test case. I must have been in a hurry when I made this.
The row sorting hacks used in
test_isa_export_batch()
make it very confusing trying to debug export problems. It seems this has originally been made due to issues with some ISA-Tab test files.These issues (if they still exist) should be dealt with in the test files themselves, instead of convoluting the test case. I must have been in a hurry when I made this.