mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2026-06-02 11:54:36 +08:00
Use the logging name instead of the one from fold_input
PiperOrigin-RevId: 870860151 Change-Id: I1d4485e1e08c3ca790899c33190b989d103eaf56
This commit is contained in:
committed by
Copybara-Service
parent
e2b8ffd6a7
commit
2761bf1cfc
@@ -447,9 +447,8 @@ class WholePdbPipeline:
|
||||
and np.isnan(np.sum(value))
|
||||
):
|
||||
raise NanDataError(
|
||||
'The output of the data pipeline contained nans. '
|
||||
f'nan feature: {name}, fold input name: {fold_input.name}, '
|
||||
f'random_seed {random_seed}'
|
||||
f'Data pipeline output for {logging_name=} contains NaNs. NaN'
|
||||
f' feature: {name}'
|
||||
)
|
||||
|
||||
return np_example
|
||||
|
||||
Reference in New Issue
Block a user