Skip to content

Commit

Permalink
use pdf to keep formatting in pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdp committed Sep 8, 2019
1 parent 3e096e9 commit 5797b8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 140 deletions.
Binary file added documentation/AtomQScore_Pseudocode.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions documentation/AtomQScore_Pseudocode.py
Expand Up @@ -12,6 +12,7 @@ def GetReferenceGaussianParams (map) :
# B : refererence gaussian offset

# determine max and min value in map M

mapValues = map.allValues()
maxM = max(mapValues)
minM = min(mapValues)
Expand Down
140 changes: 0 additions & 140 deletions documentation/AtomQScore_Pseudocode.txt

This file was deleted.

0 comments on commit 5797b8b

Please sign in to comment.