When not saving incomplete tilevars, still save hashes/indexes.
[lightning.git] / exportnumpy.go
index 208d7a63231f97e7adfad49c32528a1574b221ff..d67ac6fee73d1842015b55afa36c0b92b64c77c5 100644 (file)
@@ -102,7 +102,7 @@ func (cmd *exportNumpy) RunCommand(prog string, args []string, stdin io.Reader,
                defer input.Close()
        }
        tilelib := &tileLibrary{
-               includeNoCalls:      true,
+               retainNoCalls:       true,
                retainTileSequences: true,
                compactGenomes:      map[string][]tileVariantID{},
        }