wasmdashai commited on
Commit
0180f60
·
verified ·
1 Parent(s): 0dead86

Update ASG.API/MCheakscenario.py

Browse files
Files changed (1) hide show
  1. ASG.API/MCheakscenario.py +2 -1
ASG.API/MCheakscenario.py CHANGED
@@ -8,6 +8,7 @@ import numpy as np
8
 
9
  from ModelTEC import *
10
 
 
11
 
12
  class Cheakscenario:
13
  rateerror=0
@@ -100,7 +101,7 @@ class Cheakscenario:
100
  row,pa=rows
101
  td=self.createtable(row[0],row[1],self.Counter)
102
  print('---------------------------scenario (',self.Counter,')------------------------------')
103
- # display(HTML(td))
104
 
105
  return rows
106
 
 
8
 
9
  from ModelTEC import *
10
 
11
+ from ipywidgets import HTML
12
 
13
  class Cheakscenario:
14
  rateerror=0
 
101
  row,pa=rows
102
  td=self.createtable(row[0],row[1],self.Counter)
103
  print('---------------------------scenario (',self.Counter,')------------------------------')
104
+ display(HTML(td))
105
 
106
  return rows
107