-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numpy v2 upgrade PR 1 #2934
base: master
Are you sure you want to change the base?
Numpy v2 upgrade PR 1 #2934
Conversation
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* 3 E999 [ ] SyntaxError: Expected an expression
1 FA100 [ ] Add `from __future__ import annotations` to simplify `typing.Tuple`
1 W291 [*] Trailing whitespace
Complete output(might be large): conda-linux-64.lock:5:1: E999 SyntaxError: Expected class, function definition or async function definition after decorator
conda-lock.yml:14:10: E999 SyntaxError: Expected an expression
conda-osx-arm64.lock:5:1: E999 SyntaxError: Expected class, function definition or async function definition after decorator
tardis/io/model/readers/generic_readers.py:20:6: FA100 Add `from __future__ import annotations` to simplify `typing.Tuple`
tardis/io/model/readers/generic_readers.py:51:72: W291 [*] Trailing whitespace
Found 5 errors.
[*] 1 fixable with the `--fix` option.
|
fa48577
to
42f83fd
Compare
@@ -11,11 +11,12 @@ inputs: | |||
runs: | |||
using: "composite" | |||
steps: | |||
- name: Clone tardis-sn/tardis-regression-data | |||
- name: Clone atharva-2001/tardis-regression-data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs revert
📝 Description
Type: 🪲
bugfix
| 🚀feature
| ☣️breaking change
| 🚦testing
| 📝documentation
| 🎢infrastructure
📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label