Changed from model to matrix

This commit is contained in:
Brandon Rozek 2025-12-09 10:26:15 -05:00
parent 2fbdf26274
commit 18c2bcb673
3 changed files with 5 additions and 5 deletions

View file

@ -202,7 +202,7 @@ class Model:
def __str__(self):
result = ("=" * 25) + f"""
Model Name: {self.name}
Matrix Name: {self.name}
Carrier Set: {set_to_str(self.carrier_set)}
Designated Values: {set_to_str(self.designated_values)}
"""