khanna-lab / cadre

Other
0 stars 0 forks source link

Note to self: Tuples instead of lists? #51

Closed khanna7 closed 2 years ago

khanna7 commented 2 years ago

https://github.com/khanna7/cadre/blob/9fdef1f9f0bb48df432ca3ac473af308a13557f9/python/mytests/test_person.py#L140

These lists should probably be tuples?

khanna7 commented 2 years ago

Other options (besides standard tuple):

khanna7 commented 2 years ago

Done with tuples