We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89b848 commit 15ee6abCopy full SHA for 15ee6ab
tools/report_failing_tests.py
@@ -5,7 +5,7 @@
5
from datetime import date
6
7
def open_issue(token):
8
- url = "https://api.github.com/repos/qutip/qutip-jax/issues"
+ url = "https://api.github.com/repos/qutip/qutip-benchmark/issues"
9
data = json.dumps({
10
"title": f"Automated tests failed on {date.today()}",
11
"labels": ["bug"],
0 commit comments