Skip to content

Commit

Permalink
Merge pull request #12 from tjlang/master
Browse files Browse the repository at this point in the history
Python 3 compliance confirmed.
  • Loading branch information
tjlang authored Jul 27, 2017
2 parents f1c44db + 270b8ec commit a708367
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 92 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The installation will compile the DDA binary, which is the analysis engine, as
well as install the overall Python package. To see how to run the software,
view the example Jupyter notebook in the examples/ directory.

MultiDop has been tested using Python 2.7 and Python 3.6.

A conference presentation describing MultiDop and how to use it can be found at https://ams.confex.com/ams/97Annual/webprogram/Paper306647.html

Get Py-ART here: http://arm-doe.github.io/pyart/
Expand Down
159 changes: 68 additions & 91 deletions examples/MultiDop_Sample_Workflow.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion multidop/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def gen_str_from_list(self, key):
"""
Generate a basic string line for writing to the shell script files.
The line will name a list of DDA input parameters and provide their
values. Currently not clear whether this would be Python 3 compliant.
values.
Parameters
----------
Expand Down

0 comments on commit a708367

Please sign in to comment.