Changeset ee95332 in ammosreader


Ignore:
Timestamp:
06/30/22 16:38:40 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
bcacddc
Parents:
d62906b
Message:

check for UNIQUE frame sizes in is_homogenic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/AmmosContainer.py

    rd62906b ree95332  
    4343
    4444    def is_homogenic(self):
    45         return (len(self.frame_sizes()) == 1) and (len(self.frame_types()) == 1)
     45        return (len(self.unique_frame_sizes()) == 1) and (len(self.frame_types()) == 1)
    4646
    4747    def __str__(self):
Note: See TracChangeset for help on using the changeset viewer.