Skip to content

Commit 15a7b20

Browse files
authored
Reruns linting (#299)
1 parent 8ba2d91 commit 15a7b20

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/observers/adding_a_wandb_observer/wandb_observer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"""
77

88
import numpy as np
9-
109
import wandb
10+
1111
from poli.core.black_box_information import BlackBoxInformation
1212
from poli.core.util.abstract_observer import AbstractObserver
1313

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Rough Mount Fuji (RMF) fitness landscapes w/ tunable ruggedness using Numpy.
2-
See J Neidhart, IG Szendro, J Krug
2+
See J Neidhart, IG Szendro, J Krug
33
Adaptation in Tunably Rugged Fitness Landscapes: The Rough Mount Fuji Model.
44
Genetics 2014 .
5-
DOI: https://doi.org/10.1534/genetics.114.167668
6-
See Aita et al.
7-
Analysis of a local fitness landscape with a model of the rough Mt. Fuji-type landscape: Application to prolyl endopeptidase and thermolysin.
5+
DOI: https://doi.org/10.1534/genetics.114.167668
6+
See Aita et al.
7+
Analysis of a local fitness landscape with a model of the rough Mt. Fuji-type landscape: Application to prolyl endopeptidase and thermolysin.
88
Biopolymers 2000 .
99
DOI: https://doi.org/10.1002/(SICI)1097-0282(200007)54:1<64::AID-BIP70>3.0.CO;2-R
1010
"""

src/poli/objective_repository/rosetta_energy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Created at JHU by Sergey Lyskov and the PyRosetta Team.
55
(C) Copyright remains with the Rosetta Commons Member Institutions.
66

77

8-
By using the `rosetta_energy` black-box you agree that you have read and are in compliance with the PyRosetta
8+
By using the `rosetta_energy` black-box you agree that you have read and are in compliance with the PyRosetta
99
license agreement.
1010

1111
See LICENSE.PyRosetta.md or email [email protected].

src/poli/objective_repository/rosetta_energy/register.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Rosetta is a black box that starts
66
with one wildtype pdb file, and assesses the
77
stability of a variant.
8-
Two general running-modes are available:
8+
Two general running-modes are available:
99
i) fast prediction with MinMover and scoring function -- set relax=False, pack=False
1010
ii) default protocol prediction with pack and relax algorithm -- default .
1111
12-
[1] Chaudhury, Sidhartha, Sergey Lyskov, and Jeffrey J. Gray.
13-
"PyRosetta: a script-based interface for implementing molecular modeling algorithms using Rosetta."
14-
Bioinformatics 26.5 (2010): 689-691. https://doi.org/10.1093/bioinformatics/btq007
12+
[1] Chaudhury, Sidhartha, Sergey Lyskov, and Jeffrey J. Gray.
13+
"PyRosetta: a script-based interface for implementing molecular modeling algorithms using Rosetta."
14+
Bioinformatics 26.5 (2010): 689-691. https://doi.org/10.1093/bioinformatics/btq007
1515
1616
"""
1717

0 commit comments

Comments
 (0)