-
Notifications
You must be signed in to change notification settings - Fork 651
Syntax error in format string #983
Copy link
Copy link
Closed
Labels
area/healthInvolves general matters of project configuration, health, maintenance, and similar concernsInvolves general matters of project configuration, health, maintenance, and similar concernsarea/pythonInvolves Python codeInvolves Python code
Metadata
Metadata
Assignees
Labels
area/healthInvolves general matters of project configuration, health, maintenance, and similar concernsInvolves general matters of project configuration, health, maintenance, and similar concernsarea/pythonInvolves Python codeInvolves Python code
Type
Fields
Give feedbackNo fields configured for Bug.
There appear to be syntax errors in several files where format strings are missing "{}", which results in the output not matching intended strings.
For example, this issue can be founded at line 67 in
tensorflow_quantum/datasets/cluster_state.py.In addition, I identified similar errors in approximately in other 10 files.