Hmm, your patch isn't working for me:
------------------------------------------------------------
FAILED:seqdb_test.SeqDBCache_Test.nlmsaslice_cache_test()
------------------------------------------------------------
OUTPUT:
this should not be empty: [{'seq2': [5, 10], 'seq1': [5, 10]}]
this should be empty: [{'seq2': [5, 10], 'seq1': [5, 10]}]
STDERR:
Traceback (most recent call last):
File "protest.py", line 123, in <module>
if do_test(sys.argv[2],sys.argv[3],sys.argv[4]):
File "protest.py", line 33, in do_test
m()
File "/Users/leec/projects/pygr/tests/seqdb_test.py", line 377, in
nlmsaslice_cache_test
assert n2 == 0, '%d objects remain; cache memory leak!' % n2
AssertionError: 1 objects remain; cache memory leak!
Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pygr-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---