We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa51ef commit d488286Copy full SHA for d488286
plot-undulations.py
@@ -14,8 +14,8 @@ def load():
14
"""Load the data."""
15
# condition for loading the data
16
# note that autoplot exposes everything in load to globals automatically
17
- data,calc = plotload('undulations',work)
18
- try: data_prot,_ = plotload('protein_abstractor',work)
+ data,calc = plotload('undulations')
+ try: data_prot,_ = plotload('protein_abstractor')
19
# not all bilayers have proteins
20
except: data_prot = {}
21
0 commit comments