File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 6
6
7
7
__all__ = ["Process" ]
8
8
9
- __version__ = "1.0.8 "
9
+ __version__ = "1.0.9 "
Original file line number Diff line number Diff line change @@ -1363,11 +1363,12 @@ def summary(self):
1363
1363
print (
1364
1364
"\n -------------------------------------------------------------------------\n "
1365
1365
)
1366
- for med_model in m_models :
1367
- print (med_model )
1368
- print (
1369
- "\n -------------------------------------------------------------------------\n "
1370
- )
1366
+ if self .model_num > 3 :
1367
+ for med_model in m_models :
1368
+ print (med_model )
1369
+ print (
1370
+ "\n -------------------------------------------------------------------------\n "
1371
+ )
1371
1372
if self .indirect_model :
1372
1373
print (
1373
1374
"\n ********************** DIRECT AND INDIRECT EFFECTS **********************\n "
You can’t perform that action at this time.
0 commit comments