Skip to content

Commit 0feb573

Browse files
committed
v0.0.1
1 parent 0f17283 commit 0feb573

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mpds_ml_labs/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
app_labs = Blueprint('app_labs', __name__)
1515
static_path = os.path.realpath(os.path.join(os.path.dirname(__file__), '../webassets'))
16-
active_ml_models = None
16+
active_ml_models = {}
1717

1818
def fmt_msg(msg, http_code=400):
1919
return Response('{"error":"%s"}' % msg, content_type='application/json', status=http_code)

mpds_ml_labs/prediction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
't': {
6464
'name': 'linear thermal expansion coefficient',
6565
'units': 'K-1',
66-
'symbol': '&Theta;<sub>D</sub>(10<sup>5</sup>)',
66+
'symbol': '&alpha;(10<sup>5</sup>)',
6767
'rounding': 2,
6868
'interval': [-0.001, 0.001]
6969
}

webassets/index.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)