Skip to content

Commit

Permalink
Debug custom model build
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 28, 2019
1 parent 01edf02 commit 84eecee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def build_custom_models():
"""
from panel.util import CUSTOM_MODELS
from bokeh.util.compiler import _get_custom_models, _compile_models
print([(n, m, m.__implementation__) for n, m in CUSTOM_MODELS.items()])
custom_models = _get_custom_models(list(CUSTOM_MODELS.values()))
compiled_models = _compile_models(custom_models)
for name, model in custom_models.items():
Expand Down

0 comments on commit 84eecee

Please sign in to comment.