-
Notifications
You must be signed in to change notification settings - Fork 2
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
New Method visualize.contacts and extensive testing #47
base: master
Are you sure you want to change the base?
Conversation
…achtelung, regspace_from_distance_matrix
…rg in get_repr_atom_for_residue()
…handles "_CtcsInWid"; ClickOnAxisListener handles ContactInNGLWidgets, recomputes kdtree on zooming
… and slice(idxs) for lists
…ish with so few frames
…achtelung, regspace_from_distance_matrix
now we have "random" hangs at the notebook tests... |
yes this is the interval_schachtelung, I suspect. I'll factor in some condition to exit when the schachtelung gets trapped |
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
==========================================
+ Coverage 96.1% 96.22% +0.12%
==========================================
Files 13 13
Lines 2129 2491 +362
==========================================
+ Hits 2046 2397 +351
- Misses 83 94 +11
Continue to review full report at Codecov.
|
The tests do get hang up (e.g. here for 15 min https://travis-ci.org/markovmodel/molPX/jobs/383598850#L970) but that line runs quickly on other tests and locally in my machine. I'd merge this for now (new features are coming) and see if we get more info on the way to the next release (soon) |
Develop new stuff without functional CI will cause headaches later on
(just my honest opinion).
|
So how do we find out where/why it is hanging? |
execute with --boxed and --timeout=120 (the latter would require
pytest-timeout or so)
|
you suggest we do that locally first, right? |
On 05/25/2018 12:12 PM, Guillermo Pérez-Hernández wrote:
you suggest we do that locally first, right?
I thought the test are only hanging remotely?
|
At some weird, irreproducible moments, they also hang locally |
No description provided.