Skip to content

Commit

Permalink
Change to documentation in legacy utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Jan 17, 2018
1 parent a8ada2d commit 508c95a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion smrt/utils/dmrt_qms_legacy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

"""Wrapper to the original DMRT_QMS matlab code using the SMRT framework. To use this module, extra installation are needed:
""" Wrapper to the original DMRT_QMS matlab code using the SMRT framework. To use this module, extra installation are needed:
* get DMRT_QMS from http://web.eecs.umich.edu/~leutsang/Available%20Resources.html and extract the model somewhere
Expand Down
2 changes: 1 addition & 1 deletion smrt/utils/hut_legacy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

"""Wrapper to original HUT matlab using SMRT framework. To use this module, extra installation are needed:
""" Wrapper to original HUT matlab using SMRT framework. To use this module, extra installation are needed:
* get HUT. Decompress the archive somewhere on your disk.
Expand Down
4 changes: 2 additions & 2 deletions smrt/utils/memls_legacy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

"""Wrapper to the original MEMLS matlab code using the SMRT framework. To use this module, extra installation are needed:
""" Wrapper to the original MEMLS matlab code using the SMRT framework. To use this module, extra installation are needed:
* download MEMLS from http://www.iapmw.unibe.ch/research/projects/snowtools/memls.html. Decompress the archive somewhere on your disk.
Expand Down Expand Up @@ -28,7 +28,7 @@

# MEMLS model

ABORN = 12 # we recommand to use ABORN.
ABORN = 12 # we recommend to use ABORN.
MEMLS_RECOMMENDED = 11

# python-space path to memls
Expand Down

0 comments on commit 508c95a

Please sign in to comment.