You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
In the above example, you can see that both non-parallel and parallel executions return metadata with a string literal of num_attacks={len(self.attacks)}. This is due to the concatenation not being an f-string after the line break. The expected behavior is that num_attacks is replaced by the actual value.
Screenshots
n/a
System information (please complete the following information):
OS = Ubuntu 22.04.4 LTS
Python version = 3.11
ART version or commit number = 1.19.0
PyTorch version = 2.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I am using a HEART-library with ART 1.19.0 venv to illustrate reproducibility in this case:
Expected behavior
In the above example, you can see that both non-parallel and parallel executions return metadata with a string literal of
num_attacks={len(self.attacks)}
. This is due to the concatenation not being an f-string after the line break. The expected behavior is thatnum_attacks
is replaced by the actual value.Screenshots
n/a
System information (please complete the following information):
Ubuntu 22.04.4 LTS
3.11
1.19.0
2.3.1
The text was updated successfully, but these errors were encountered: