Skip to content

Commit

Permalink
Deprecate torsional denoising task temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Mar 8, 2024
1 parent d1e7d46 commit 5be144c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proteinworkshop/tasks/torsional_denoising.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ def __init__(
:param corruption_rate: Amount to scale noise by, defaults to 0.1
:type corruption_rate: float, optional
"""
raise NotImplementedError(
"This transform is not fully implemented yet. Please refer to other transforms for the time being."
)
self.corruption_strategy = corruption_strategy
self.corruption_rate = corruption_rate

Expand Down

0 comments on commit 5be144c

Please sign in to comment.