Skip to content

Commit

Permalink
Update .gihub/imgs ProteinGym
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Aug 5, 2024
1 parent b6863b2 commit 90e113b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .github/imgs/multi_point_mut_performance_PGym_DCA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/imgs/single_point_mut_performance_PGyM_DCA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def plot_performance(mut_data, plot_name, mut_sep=':'):
f'0' + r'$\rightarrow$' + f'{len(fitnesses)}',
color='tab:blue', size=4, ha='right'
))
assert len(x_dca) == len(fitnesses) == len(variants) == len(sequences)
assert len(x_dca) == len(fitnesses) == len(variants) == len(sequences) == len(y_pred)
hybrid_perfs = []
for i_t, train_size in enumerate([25, 50, 75, 100, 200]):
try:
Expand Down

0 comments on commit 90e113b

Please sign in to comment.