-
Notifications
You must be signed in to change notification settings - Fork 837
DOC: fix doctest errors in libdcd, transformations, and util #5389
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -139,9 +139,12 @@ cdef class DCDFile: | |
| Examples | ||
| -------- | ||
| >>> from MDAnalysis.lib.formats.libdcd import DCDFile | ||
| >>> with DCDFile('foo.dcd') as f: | ||
| >>> for frame in f: | ||
| >>> print(frame.x) | ||
| >>> try: | ||
| ... with DCDFile('foo.dcd') as f: | ||
| ... for frame in f: | ||
| ... print(frame.x) | ||
| ... except OSError: | ||
| ... pass | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. try/except looks ugly in docs and is not useful for human readers. Rather than forcing the test to pass, find a way to ignore it or use an existing trajectory. |
||
| Notes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+306 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/align.doctree
Binary file not shown.
Binary file added
BIN
+42.8 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/atomicdistances.doctree
Binary file not shown.
Binary file added
BIN
+80.4 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/backends.doctree
Binary file not shown.
Binary file added
BIN
+263 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/base.doctree
Binary file not shown.
Binary file added
BIN
+104 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/bat.doctree
Binary file not shown.
Binary file added
BIN
+110 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/contacts.doctree
Binary file not shown.
Binary file added
BIN
+18.6 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/data.doctree
Binary file not shown.
Binary file added
BIN
+282 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/density.doctree
Binary file not shown.
Binary file added
BIN
+28.6 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/dielectric.doctree
Binary file not shown.
Binary file added
BIN
+70.2 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/diffusionmap.doctree
Binary file not shown.
Binary file added
BIN
+259 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/dihedrals.doctree
Binary file not shown.
Binary file added
BIN
+111 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/distances.doctree
Binary file not shown.
Binary file added
BIN
+141 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/dssp.doctree
Binary file not shown.
Binary file added
BIN
+17.9 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore.doctree
Binary file not shown.
Binary file added
BIN
+26.2 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore/bootstrap.doctree
Binary file not shown.
Binary file added
BIN
+100 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore/clustering.doctree
Binary file not shown.
Binary file added
BIN
+59.1 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore/confdistmatrix.doctree
Binary file not shown.
Binary file added
BIN
+30.5 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore/covariance.doctree
Binary file not shown.
Binary file added
BIN
+61.1 KB
...oc/doctest/.doctrees/documentation_pages/analysis/encore/dimensionality_reduction.doctree
Binary file not shown.
Binary file added
BIN
+305 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore/similarity.doctree
Binary file not shown.
Binary file added
BIN
+60.6 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/encore/utils.doctree
Binary file not shown.
Binary file added
BIN
+77.4 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/gnm.doctree
Binary file not shown.
Binary file added
BIN
+69.9 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/hbond_autocorrel.doctree
Binary file not shown.
Binary file added
BIN
+8.1 KB
...ge/doc/doctest/.doctrees/documentation_pages/analysis/hbond_autocorrel_deprecated.doctree
Binary file not shown.
Binary file added
BIN
+80.2 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/helix_analysis.doctree
Binary file not shown.
Binary file added
BIN
+16.9 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/hole2.doctree
Binary file not shown.
Binary file added
BIN
+186 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/hydrogenbonds.doctree
Binary file not shown.
Binary file added
BIN
+61.6 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/leaflet.doctree
Binary file not shown.
Binary file added
BIN
+107 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/legacy/x3dna.doctree
Binary file not shown.
Binary file added
BIN
+6.91 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/legacy_modules.doctree
Binary file not shown.
Binary file added
BIN
+68.3 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/lineardensity.doctree
Binary file not shown.
Binary file added
BIN
+120 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/msd.doctree
Binary file not shown.
Binary file added
BIN
+375 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/nucleicacids.doctree
Binary file not shown.
Binary file added
BIN
+128 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/nuclinfo.doctree
Binary file not shown.
Binary file added
BIN
+79.7 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/parallelization.doctree
Binary file not shown.
Binary file added
BIN
+201 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/pca.doctree
Binary file not shown.
Binary file added
BIN
+104 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/polymer.doctree
Binary file not shown.
Binary file added
BIN
+7.11 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/psa.doctree
Binary file not shown.
Binary file added
BIN
+161 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/rdf.doctree
Binary file not shown.
Binary file added
BIN
+73.8 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/results.doctree
Binary file not shown.
Binary file added
BIN
+223 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/rms.doctree
Binary file not shown.
Binary file added
BIN
+7.28 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/waterdynamics.doctree
Binary file not shown.
Binary file added
BIN
+195 KB
package/doc/doctest/.doctrees/documentation_pages/analysis/wbridge_analysis.doctree
Binary file not shown.
Binary file added
BIN
+37 KB
package/doc/doctest/.doctrees/documentation_pages/analysis_modules.doctree
Binary file not shown.
Binary file added
BIN
+72.2 KB
package/doc/doctest/.doctrees/documentation_pages/auxiliary/EDR.doctree
Binary file not shown.
Binary file added
BIN
+35 KB
package/doc/doctest/.doctrees/documentation_pages/auxiliary/XVG.doctree
Binary file not shown.
Binary file added
BIN
+133 KB
package/doc/doctest/.doctrees/documentation_pages/auxiliary/base.doctree
Binary file not shown.
Binary file added
BIN
+17.4 KB
package/doc/doctest/.doctrees/documentation_pages/auxiliary/core.doctree
Binary file not shown.
Binary file added
BIN
+113 KB
package/doc/doctest/.doctrees/documentation_pages/auxiliary/init.doctree
Binary file not shown.
Binary file added
BIN
+3.67 KB
package/doc/doctest/.doctrees/documentation_pages/auxiliary_modules.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+147 KB
package/doc/doctest/.doctrees/documentation_pages/converters/OpenMM.doctree
Binary file not shown.
Binary file added
BIN
+93.2 KB
package/doc/doctest/.doctrees/documentation_pages/converters/ParmEd.doctree
Binary file not shown.
Binary file added
BIN
+242 KB
package/doc/doctest/.doctrees/documentation_pages/converters/RDKit.doctree
Binary file not shown.
Binary file added
BIN
+58.9 KB
package/doc/doctest/.doctrees/documentation_pages/converters/base.doctree
Binary file not shown.
Binary file added
BIN
+30.6 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/CRD.doctree
Binary file not shown.
Binary file added
BIN
+299 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/DCD.doctree
Binary file not shown.
Binary file added
BIN
+18.6 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/DLPoly.doctree
Binary file not shown.
Binary file added
BIN
+12 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/DMS.doctree
Binary file not shown.
Binary file added
BIN
+278 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/FHIAIMS.doctree
Binary file not shown.
Binary file added
BIN
+19.7 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/GMS.doctree
Binary file not shown.
Binary file added
BIN
+54.4 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/GRO.doctree
Binary file not shown.
Binary file added
BIN
+223 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/GSD.doctree
Binary file not shown.
Binary file added
BIN
+407 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/H5MD.doctree
Binary file not shown.
Binary file added
BIN
+218 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/IMD.doctree
Binary file not shown.
Binary file added
BIN
+15 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/INPCRD.doctree
Binary file not shown.
Binary file added
BIN
+764 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/LAMMPS.doctree
Binary file not shown.
Binary file added
BIN
+10.8 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/MMTF.doctree
Binary file not shown.
Binary file added
BIN
+42.1 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/MOL2.doctree
Binary file not shown.
Binary file added
BIN
+27.6 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/NAMDBIN.doctree
Binary file not shown.
Binary file added
BIN
+379 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/PDB.doctree
Binary file not shown.
Binary file added
BIN
+57.2 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/PDBQT.doctree
Binary file not shown.
Binary file added
BIN
+48.2 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/PQR.doctree
Binary file not shown.
Binary file added
BIN
+49.4 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TNG.doctree
Binary file not shown.
Binary file added
BIN
+190 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TPR.doctree
Binary file not shown.
Binary file added
BIN
+18.3 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TRC.doctree
Binary file not shown.
Binary file added
BIN
+154 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TRJ.doctree
Binary file not shown.
Binary file added
BIN
+284 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TRR.doctree
Binary file not shown.
Binary file added
BIN
+47.1 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TRZ.doctree
Binary file not shown.
Binary file added
BIN
+196 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/TXYZ.doctree
Binary file not shown.
Binary file added
BIN
+296 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/XDR.doctree
Binary file not shown.
Binary file added
BIN
+281 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/XTC.doctree
Binary file not shown.
Binary file added
BIN
+62.6 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/XYZ.doctree
Binary file not shown.
Binary file added
BIN
+803 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/base.doctree
Binary file not shown.
Binary file added
BIN
+88.5 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/chain.doctree
Binary file not shown.
Binary file added
BIN
+53.2 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/chemfiles.doctree
Binary file not shown.
Binary file added
BIN
+50.7 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/core.doctree
Binary file not shown.
Binary file added
BIN
+190 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/init.doctree
Binary file not shown.
Binary file added
BIN
+243 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/memory.doctree
Binary file not shown.
Binary file added
BIN
+10.7 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/null.doctree
Binary file not shown.
Binary file added
BIN
+27.5 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/pickle_readers.doctree
Binary file not shown.
Binary file added
BIN
+93.8 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates/timestep.doctree
Binary file not shown.
Binary file added
BIN
+9.53 KB
package/doc/doctest/.doctrees/documentation_pages/coordinates_modules.doctree
Binary file not shown.
Binary file added
BIN
+24.7 KB
package/doc/doctest/.doctrees/documentation_pages/core/accessors.doctree
Binary file not shown.
Binary file added
BIN
+2.11 MB
package/doc/doctest/.doctrees/documentation_pages/core/groups.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+135 KB
package/doc/doctest/.doctrees/documentation_pages/core/selection.doctree
Binary file not shown.
Binary file added
BIN
+99.9 KB
package/doc/doctest/.doctrees/documentation_pages/core/topology.doctree
Binary file not shown.
Binary file added
BIN
+597 KB
package/doc/doctest/.doctrees/documentation_pages/core/topologyattrs.doctree
Binary file not shown.
Binary file added
BIN
+190 KB
package/doc/doctest/.doctrees/documentation_pages/core/topologyobjects.doctree
Binary file not shown.
Binary file added
BIN
+298 KB
package/doc/doctest/.doctrees/documentation_pages/core/universe.doctree
Binary file not shown.
Binary file added
BIN
+9.38 KB
package/doc/doctest/.doctrees/documentation_pages/core_modules.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+29.3 KB
package/doc/doctest/.doctrees/documentation_pages/fetchers/PDB.doctree
Binary file not shown.
Binary file added
BIN
+6.16 KB
package/doc/doctest/.doctrees/documentation_pages/fetchers/init.doctree
Binary file not shown.
Binary file added
BIN
+4.13 KB
package/doc/doctest/.doctrees/documentation_pages/fetchers_modules.doctree
Binary file not shown.
Binary file added
BIN
+13.9 KB
package/doc/doctest/.doctrees/documentation_pages/guesser_modules.doctree
Binary file not shown.
Binary file added
BIN
+28.1 KB
package/doc/doctest/.doctrees/documentation_pages/guesser_modules/base.doctree
Binary file not shown.
Binary file added
BIN
+94.6 KB
package/doc/doctest/.doctrees/documentation_pages/guesser_modules/default_guesser.doctree
Binary file not shown.
Binary file added
BIN
+7.51 KB
package/doc/doctest/.doctrees/documentation_pages/guesser_modules/init.doctree
Binary file not shown.
Binary file added
BIN
+36.2 KB
package/doc/doctest/.doctrees/documentation_pages/guesser_modules/tables.doctree
Binary file not shown.
Binary file added
BIN
+35 KB
package/doc/doctest/.doctrees/documentation_pages/lib/NeighborSearch.doctree
Binary file not shown.
Binary file added
BIN
+3.9 KB
package/doc/doctest/.doctrees/documentation_pages/lib/c_distances.doctree
Binary file not shown.
Binary file added
BIN
+4.07 KB
package/doc/doctest/.doctrees/documentation_pages/lib/c_distances_openmp.doctree
Binary file not shown.
Binary file added
BIN
+47.7 KB
package/doc/doctest/.doctrees/documentation_pages/lib/correlations.doctree
Binary file not shown.
Binary file added
BIN
+390 KB
package/doc/doctest/.doctrees/documentation_pages/lib/distances.doctree
Binary file not shown.
Binary file added
BIN
+62 KB
package/doc/doctest/.doctrees/documentation_pages/lib/formats/libdcd.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+88.4 KB
package/doc/doctest/.doctrees/documentation_pages/lib/picklable_file_io.doctree
Binary file not shown.
Binary file added
BIN
+82.8 KB
package/doc/doctest/.doctrees/documentation_pages/lib/pkdtree.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+88.5 KB
package/doc/doctest/.doctrees/documentation_pages/lib/transformations.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.1 KB
package/doc/doctest/.doctrees/documentation_pages/lib_modules.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+46.8 KB
package/doc/doctest/.doctrees/documentation_pages/selections/base.doctree
Binary file not shown.
Binary file added
BIN
+31.5 KB
package/doc/doctest/.doctrees/documentation_pages/selections/charmm.doctree
Binary file not shown.
Binary file added
BIN
+31.6 KB
package/doc/doctest/.doctrees/documentation_pages/selections/gromacs.doctree
Binary file not shown.
Binary file added
BIN
+32.8 KB
package/doc/doctest/.doctrees/documentation_pages/selections/jmol.doctree
Binary file not shown.
Binary file added
BIN
+31.1 KB
package/doc/doctest/.doctrees/documentation_pages/selections/pymol.doctree
Binary file not shown.
Binary file added
BIN
+32.2 KB
package/doc/doctest/.doctrees/documentation_pages/selections/vmd.doctree
Binary file not shown.
Binary file added
BIN
+35.2 KB
package/doc/doctest/.doctrees/documentation_pages/selections_modules.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+68 KB
package/doc/doctest/.doctrees/documentation_pages/topology/CRDParser.doctree
Binary file not shown.
Binary file added
BIN
+13 KB
package/doc/doctest/.doctrees/documentation_pages/topology/DLPolyParser.doctree
Binary file not shown.
Binary file added
BIN
+70.4 KB
package/doc/doctest/.doctrees/documentation_pages/topology/DMSParser.doctree
Binary file not shown.
Binary file added
BIN
+72.5 KB
package/doc/doctest/.doctrees/documentation_pages/topology/ExtendedPDBParser.doctree
Binary file not shown.
Binary file added
BIN
+66.9 KB
package/doc/doctest/.doctrees/documentation_pages/topology/FHIAIMSParser.doctree
Binary file not shown.
Binary file added
BIN
+66.5 KB
package/doc/doctest/.doctrees/documentation_pages/topology/GMSParser.doctree
Binary file not shown.
Binary file added
BIN
+64.8 KB
package/doc/doctest/.doctrees/documentation_pages/topology/GROParser.doctree
Binary file not shown.
Binary file added
BIN
+67.9 KB
package/doc/doctest/.doctrees/documentation_pages/topology/GSDParser.doctree
Binary file not shown.
Binary file added
BIN
+67.7 KB
package/doc/doctest/.doctrees/documentation_pages/topology/HoomdXMLParser.doctree
Binary file not shown.
Binary file added
BIN
+83.1 KB
package/doc/doctest/.doctrees/documentation_pages/topology/ITPParser.doctree
Binary file not shown.
Binary file added
BIN
+84.9 KB
package/doc/doctest/.doctrees/documentation_pages/topology/LAMMPSParser.doctree
Binary file not shown.
Binary file added
BIN
+15.2 KB
package/doc/doctest/.doctrees/documentation_pages/topology/MMTFParser.doctree
Binary file not shown.
Binary file added
BIN
+79.3 KB
package/doc/doctest/.doctrees/documentation_pages/topology/MOL2Parser.doctree
Binary file not shown.
Binary file added
BIN
+63.7 KB
package/doc/doctest/.doctrees/documentation_pages/topology/MinimalParser.doctree
Binary file not shown.
Binary file added
BIN
+78.8 KB
package/doc/doctest/.doctrees/documentation_pages/topology/PDBParser.doctree
Binary file not shown.
Binary file added
BIN
+72.2 KB
package/doc/doctest/.doctrees/documentation_pages/topology/PDBQTParser.doctree
Binary file not shown.
Binary file added
BIN
+75.7 KB
package/doc/doctest/.doctrees/documentation_pages/topology/PQRParser.doctree
Binary file not shown.
Binary file added
BIN
+64.5 KB
package/doc/doctest/.doctrees/documentation_pages/topology/PSFParser.doctree
Binary file not shown.
Binary file added
BIN
+158 KB
package/doc/doctest/.doctrees/documentation_pages/topology/TOPParser.doctree
Binary file not shown.
Binary file added
BIN
+103 KB
package/doc/doctest/.doctrees/documentation_pages/topology/TPRParser.doctree
Binary file not shown.
Binary file added
BIN
+67.7 KB
package/doc/doctest/.doctrees/documentation_pages/topology/TXYZParser.doctree
Binary file not shown.
Binary file added
BIN
+12 KB
package/doc/doctest/.doctrees/documentation_pages/topology/XYZParser.doctree
Binary file not shown.
Binary file added
BIN
+65.6 KB
package/doc/doctest/.doctrees/documentation_pages/topology/base.doctree
Binary file not shown.
Binary file added
BIN
+4.75 KB
package/doc/doctest/.doctrees/documentation_pages/topology/core.doctree
Binary file not shown.
Binary file added
BIN
+13.2 KB
package/doc/doctest/.doctrees/documentation_pages/topology/guessers.doctree
Binary file not shown.
Binary file added
BIN
+68.1 KB
package/doc/doctest/.doctrees/documentation_pages/topology/init.doctree
Binary file not shown.
Binary file added
BIN
+48.2 KB
package/doc/doctest/.doctrees/documentation_pages/topology/tables.doctree
Binary file not shown.
Binary file added
BIN
+187 KB
package/doc/doctest/.doctrees/documentation_pages/topology/tpr_util.doctree
Binary file not shown.
Binary file added
BIN
+7.89 KB
package/doc/doctest/.doctrees/documentation_pages/topology_modules.doctree
Binary file not shown.
Binary file added
BIN
+43.3 KB
package/doc/doctest/.doctrees/documentation_pages/trajectory_transformations.doctree
Binary file not shown.
Binary file added
BIN
+19.4 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/base.doctree
Binary file not shown.
Binary file added
BIN
+19.5 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/boxdimensions.doctree
Binary file not shown.
Binary file added
BIN
+42.6 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/fit.doctree
Binary file not shown.
Binary file added
BIN
+17.9 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/nojump.doctree
Binary file not shown.
Binary file added
BIN
+25.4 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/positionaveraging.doctree
Binary file not shown.
Binary file added
BIN
+26.4 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/rotate.doctree
Binary file not shown.
Binary file added
BIN
+33 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/translate.doctree
Binary file not shown.
Binary file added
BIN
+32 KB
package/doc/doctest/.doctrees/documentation_pages/transformations/wrap.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+31.5 KB
package/doc/doctest/.doctrees/documentation_pages/visualization/streamlines.doctree
Binary file not shown.
Binary file added
BIN
+32.8 KB
package/doc/doctest/.doctrees/documentation_pages/visualization/streamlines_3D.doctree
Binary file not shown.
Binary file added
BIN
+6.63 KB
package/doc/doctest/.doctrees/documentation_pages/visualization_modules.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it work as
MDAnalysis.fetch.from_pdb(...)to maintain thefetch.from_XXXsemantics.