Skip to content

Commit

Permalink
add binning.show_live_preview to user-api
Browse files Browse the repository at this point in the history
wasn't failing before because jdaviz didn't enforce not setting non-exposed attributes
  • Loading branch information
kecnry committed Nov 30, 2023
1 parent b2210a7 commit 9e41ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcviz/plugins/binning/binning.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def not_from_binning_plugin(data):

@property
def user_api(self):
expose = ['dataset', 'ephemeris', 'input_lc',
expose = ['show_live_preview', 'dataset', 'ephemeris', 'input_lc',
'n_bins', 'add_results', 'bin']
return PluginUserApi(self, expose=expose)

Expand Down

0 comments on commit 9e41ba7

Please sign in to comment.