mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2025-12-11 04:40:25 +00:00
Changed from model to matrix
This commit is contained in:
parent
2fbdf26274
commit
18c2bcb673
3 changed files with 5 additions and 5 deletions
2
model.py
2
model.py
|
|
@ -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)}
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue