Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mrdna
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tbgl
tools
mrdna
Commits
7d59bb70
Commit
7d59bb70
authored
5 years ago
by
cmaffeo2
Browse files
Options
Downloads
Patches
Plain Diff
Added deprecated dummy modules for mrdna modules that have moved into arbdmodel
parent
5cb8536a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mrdna/coords.py
+4
-0
4 additions, 0 deletions
mrdna/coords.py
mrdna/model/arbdmodel.py
+4
-0
4 additions, 0 deletions
mrdna/model/arbdmodel.py
mrdna/model/nonbonded.py
+4
-0
4 additions, 0 deletions
mrdna/model/nonbonded.py
with
12 additions
and
0 deletions
mrdna/coords.py
0 → 100644
+
4
−
0
View file @
7d59bb70
from
.arbdmodel.coords
import
*
from
sys
import
stderr
stderr
.
write
(
"
WARNING: the module
'
mrdna.coords
'
has been deprecated. Please change your scripts to use
'
mrdna.arbdmodel.coords
'
\n
"
)
This diff is collapsed.
Click to expand it.
mrdna/model/arbdmodel.py
0 → 100644
+
4
−
0
View file @
7d59bb70
from
..arbdmodel
import
*
from
sys
import
stderr
stderr
.
write
(
"
WARNING: the module
'
mrdna.model.arbdmodel
'
has been deprecated. Please change your scripts to use
'
mrdna.arbdmodel
'
\n
"
)
This diff is collapsed.
Click to expand it.
mrdna/model/nonbonded.py
0 → 100644
+
4
−
0
View file @
7d59bb70
from
..arbdmodel.nonbonded
import
*
from
sys
import
stderr
stderr
.
write
(
"
WARNING: the module
'
mrdna.model.nonbonded
'
has been deprecated. Please change your scripts to use
'
mrdna.arbdmodel.nonbonded
'
\n
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment