We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9a002 commit 8549389Copy full SHA for 8549389
src/test/groovy/edu/ie3/datamodel/io/csv/GridIoIT.groovy
@@ -16,7 +16,8 @@ import java.nio.file.Files
16
import java.nio.file.Path
17
18
/**
19
- * Testing whether PSDM CSV source and sink are stable when used sequentially, i.e. whether serialized and deserialized data is equal.
+ * Testing whether PSDM CSV grids are equal when serialized and deserialized sequentially.
20
+ * Grid data should <strong>not</strong> change when written out or parsed.
21
*/
22
class GridIoIT extends Specification implements CsvTestDataMeta {
23
0 commit comments