Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Mar 22, 2018
1 parent 0f17283 commit 0feb573
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mpds_ml_labs/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

app_labs = Blueprint('app_labs', __name__)
static_path = os.path.realpath(os.path.join(os.path.dirname(__file__), '../webassets'))
active_ml_models = None
active_ml_models = {}

def fmt_msg(msg, http_code=400):
return Response('{"error":"%s"}' % msg, content_type='application/json', status=http_code)
Expand Down
2 changes: 1 addition & 1 deletion mpds_ml_labs/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
't': {
'name': 'linear thermal expansion coefficient',
'units': 'K-1',
'symbol': '&Theta;<sub>D</sub>(10<sup>5</sup>)',
'symbol': '&alpha;(10<sup>5</sup>)',
'rounding': 2,
'interval': [-0.001, 0.001]
}
Expand Down
4 changes: 2 additions & 2 deletions webassets/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0feb573

Please sign in to comment.