-
```
What steps will reproduce the problem?
1. Insert SD Card
2. Select English, continue, Install PRS+, Continue
What is the expected output? What do you see instead?
"Failed, check log for errors"
…
-
```
Hello everybody, I have a problema with XDR,
What steps will reproduce the problem?
1. run python in a shell
2. import MDAnalysis
What is the expected output?
Non message
What do you see inst…
-
```
What steps will reproduce the problem?
1. Install MDAnalysis using the method described here:
https://code.google.com/p/mdanalysis/issues/detail?can=2&start=0&num=100&q=&cols
pec=ID%20Type%20Stat…
-
```
What steps will reproduce the problem?
1. Insert SD Card
2. Select English, continue, Install PRS+, Continue
What is the expected output? What do you see instead?
"Failed, check log for errors"
…
-
Subtask for #252:
We want to make frame numbering start from 0 so that indexing with, say:
``` python
u = mda.Universe(GRO, XTC)
u.trajectory[0]
```
gives frame 0 instead of frame 1. This change wi…
-
```
What steps will reproduce the problem?
1. git clone https://code.google.com/p/mdanalysis
2. cd mdanalysis
3. git fetch --all
4. git checkout -b develop origin/develop
5. git pull
6. cd package
7. …
-
```
What steps will reproduce the problem?
1. Make an Atomgroup
2. Write a new trajectory containing this Atomgroup
3. The new trajectory only has coordinate information despite the original
trajecto…
-
For commit: `ce8657d`
Passes on travis but fails on Mac OS X command line when run from path `mdanalysis/testsuite/MDAnalysisTests`:
`nosetests --processes=8 --process-timeout=120`
final report:
…
-
Hi, I have this problem on sidekiq start.
Environment:
Ruby: 2.1.2p95
Rails: 4.0.1
Sidekiq: 3.3.4
my database.yml (all parameters are correct)
``` yml
default: &default
adapter: postgresql
enco…
-
```
The __deepcopy__ method in base.Timestep returns a base.Timestep rather than an
appropriate format Timestep.
The branch below fixes this, as well as fixing a couple places where Timesteps
were…