Skip to content

Commit

Permalink
Merge pull request #21 from kecnry/jdaviz-bump
Browse files Browse the repository at this point in the history
require jdaviz 3.5+
  • Loading branch information
kecnry authored May 25, 2023
2 parents fb67575 + 95a6e60 commit 844bde4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lcviz/tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_apply_xrangerois(helper, light_curve_like_kepler_quarter):
subset_plugin._obj.subset_selected = "Create New"
viewer.apply_roi(XRangeROI(*time_range))

subsets = helper.app.get_subsets_from_viewer(helper._default_time_viewer_reference_name)
subsets = helper.app.get_subsets()

subset_1_bounds_jd = subsets['Subset 1'][0]['region'].jd
subset_2_bounds_jd = subsets['Subset 2'][0]['region'].jd
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
"astropy>=5.2",
"jdaviz",
"jdaviz>=3.5.0",
"lightkurve>=2",
]
dynamic = [
Expand Down

0 comments on commit 844bde4

Please sign in to comment.