Skip to content

Commit

Permalink
remove sphinx warnings and update ligandswitch image
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hammer committed Mar 8, 2018
1 parent e803a08 commit 97e8c00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNAsketch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def calculate_objective_1(design):
def calculate_objective_2(design):
'''
Calculates the objective function given a Design object containing the designed sequence and input structures.
objective function (3 seqs): |eos(1)-eos(2)| + |eos(1)-eos(3)| + |eos(2)-eos(3))| * 2 / (number_of_structures * (number_of_structures-1))
objective function (3 seqs): abs(eos(1)-eos(2)) + abs(eos(1)-eos(3)) + abs(eos(2)-eos(3))) * 2 / (number_of_structures * (number_of_structures-1))
:param design: Design object containing the sequence and structures
:return: score calculated by the objective function
Expand Down
Binary file modified doc/data/ligandswitch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97e8c00

Please sign in to comment.