a7ce8d051b4a3fc073c19dcac54c0551f03a8d2e,ilastik-shell/applets/dataSelection/dataSelectionSerializer.py,,,#,175

Before Change



    // The dataset axis ordering may have changed when it was written to disk,
    //  so convert it to the original ordering before we inspect it.
    dataset = dataset.withAxes(*originalAxisOrder)
    
    // Now we can directly compare the shape and axis ordering
    assert dataset.shape == originalShape
    assert dataset.axistags == originalAxisTags

After Change


    dataset = testProject[datasetInternalPath][...]
    
    // Check axistags attribute
    axistags = vigra.AxisTags.fromJSON(testProject[datasetInternalPath].attrs["axistags"])
    
    // Debug info...
    //logging.basicConfig(level=logging.DEBUG)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: a7ce8d051b4a3fc073c19dcac54c0551f03a8d2e
Time: 2012-05-08
Author: bergs@janelia.hhmi.org
File Name: ilastik-shell/applets/dataSelection/dataSelectionSerializer.py
Class Name:
Method Name:


Project Name: ilastik/ilastik
Commit Name: 250659bb34c24a62ffa62ebee07ad5fb10c30d23
Time: 2013-07-22
Author: bergs@janelia.hhmi.org
File Name: lazyflow/operators/opReorderAxes.py
Class Name: OpReorderAxes
Method Name: execute


Project Name: ilastik/ilastik
Commit Name: 88b3ca384efd4c5f3a19ca590496b1a87749a398
Time: 2013-10-28
Author: bergs@janelia.hhmi.org
File Name: lazyflow/operators/opVigraWatershed.py
Class Name: OpVigraWatershed
Method Name: execute