Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for elliptical ROI #32

Merged
merged 4 commits into from
Jul 2, 2021
Merged

Conversation

javerbukh
Copy link
Contributor

Pull Request Template

Description

Potentially fixes #31

I'm not sure if anything else needs to be done here to implement elliptical ROI in glue-astronomy, and by extension jdaviz. Testing on my machine does not look different but I'm not sure if further changes need to be made in glue-jupyter or jdaviz.

@codecov
Copy link

codecov bot commented Jun 9, 2021

Codecov Report

Merging #32 (5376944) into master (930fd84) will decrease coverage by 0.86%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   97.27%   96.41%   -0.87%     
==========================================
  Files          13       15       +2     
  Lines         991     1003      +12     
==========================================
+ Hits          964      967       +3     
- Misses         27       36       +9     
Impacted Files Coverage Δ
glue_astronomy/translators/regions.py 95.32% <50.00%> (-0.87%) ⬇️
...onomy/io/spectral_cube/tests/test_spectral_cube.py 85.71% <0.00%> (-14.29%) ⬇️
glue_astronomy/conftest.py 100.00% <0.00%> (ø)
glue_astronomy/__init__.py 71.42% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 930fd84...5376944. Read the comment docs.

Copy link
Contributor

@rosteen rosteen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs one minor change, but works after that. I'm not sure what the CI failures are, I see "build not found" when I click to try to see details. @eteq any input here?

@pllim
Copy link
Contributor

pllim commented Jul 2, 2021

I also wonder how this will affect spacetelescope/jdaviz#697 🤔

Copy link
Collaborator

@eteq eteq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

The failures are due to an issue with the CI setup on linux not this PR itself. It's passing on windows though, so I'm pretty confident there's not a concern there.

@eteq eteq merged commit 40aae09 into glue-viz:master Jul 2, 2021
@eteq
Copy link
Collaborator

eteq commented Jul 2, 2021

(also that "build not found" error is weird, but will troubleshoot with @rosteen out-of-band) EDIT: seems to have been a one-off, but the real problem I'm trying to troubleshoot in #34

@pllim
Copy link
Contributor

pllim commented Jul 2, 2021

It's passing on windows though, so I'm pretty confident there's not a concern there.

See, Windows is useful sometimes. 😆

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ellipse in region translator
4 participants