Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Address #309 #310

Merged
merged 3 commits into from
Jul 27, 2021
Merged

Address #309 #310

merged 3 commits into from
Jul 27, 2021

Conversation

pkgw
Copy link
Contributor

@pkgw pkgw commented Jul 27, 2021

Overview

Address #309 just by bumping out the app liveness deadline.

Also fix an error caused by upgrading to Astropy 4.3, which I just noticed.

Checklist

  • Changed code has some test coverage (or justify why not)
  • [N/A] Changes in functionality documented (or justify why not)

pkgw added 3 commits July 27, 2021 09:55
Addresss WorldWideTelescope#309 the straightforward way. Slow operations can hold up the
Qt mainloop enough that the backend convinces itself that the app has
become nonresponsive.

Note that for the ipywidgets and JupyterLab app backends, the liveness
testing is done in the JS frontend code, which really ought to not
suffer from this possibility. So those deadlines are staying at their
current values, for now.
This is probably going to bite us in other places in the pipeline, but let's
make a minimal intervention and see how far we can get.
@codecov
Copy link

codecov bot commented Jul 27, 2021

Codecov Report

Merging #310 (bc71721) into master (66cde5d) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head bc71721 differs from pull request most recent head 44fd25c. Consider uploading reports for the commit 44fd25c to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
+ Coverage   59.38%   59.39%   +0.01%     
==========================================
  Files          24       24              
  Lines        2489     2490       +1     
==========================================
+ Hits         1478     1479       +1     
  Misses       1011     1011              
Impacted Files Coverage Δ
pywwt/layers.py 77.26% <100.00%> (+0.03%) ⬆️
pywwt/qt.py 69.82% <100.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 66cde5d...44fd25c. Read the comment docs.

@pkgw pkgw merged commit 8911198 into WorldWideTelescope:master Jul 27, 2021
@pkgw pkgw deleted the fix-309 branch July 27, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant