-
Our notebooks are located [here](https://github.com/stat157/analyzers/tree/master/notebooks).
The two notebooks are:
```
aftershock_arrival_plots.ipynb
mda_with_curator_data.ipynb
```
We're contin…
-
```python
def removeAllLayoutWidgets(layout):
"""Remove all existing widgets from QLayout."""
for i in reversed(range(layout.count())):
layout.itemAt(i).widget().setParent(None)
```
…
-
### What happened? (You can include a screenshot if it helps explain)
Currently no matter what value you set for `iteration` in the load results manually tool, it will only try to load from the itera…
-
To get elapsed and remaining time from `ES` and `ES-MDA` when doing `Correlation-Based Adaptive Localization`, we pass the following callback:
https://github.com/equinor/ert/blob/d30e7c9863f0c1ae63…
-
Hi! I successfully ran mountainsort on a few MDA files, and then suddenly started getting this error
![image](https://user-images.githubusercontent.com/12663007/39725935-6fef5ef4-521b-11e8-91b2-acb4d…
-
**Expected behavior**
I expect `u1 = mda.Universe(GRO, XTC, XTC, all_coordinates=False, continuous=True)` to give me a trajectory with the same amount of frames as `u2 = mda.Universe(GRO, XTC, XTC,…
-
-
### Expected behaviour
I want to iterate over a atomgroup and change the segids for regions in a loop.
### Actual behaviour
Our `getitem` methods doesn't seem to honor the range I specify. So…
-
The result= and stat= fields in log entries are quoted for mta delivery logs, but not for mda delivery logs. I understand that this was based on which fields were likely to contain spaces, but it is …
-
We aren't saving state to cache-tier devs, so why allocate it?
We may wish to instead allocate reserved space, so that the actual used part of the cache dev still lands on a nice boundary like 1 Mi…