Skip to content

Commit

Permalink
if refl1d api is not imported, functions don't get registered
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Nov 5, 2024
1 parent 16ecace commit 2124596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refl1d/webview/server/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

bumps.cli.install_plugin(fitplugin)

# from . import api # use side-effects to register refl1d functions
from . import api # use side-effects to register refl1d functions
# from .profile_plot import plot_sld_profile_plotly

webserver.CDN_TEMPLATE = "https://cdn.jsdelivr.net/npm/refl1d-webview-client@{client_version}/dist/{client_version}"
Expand Down

0 comments on commit 2124596

Please sign in to comment.