Skip to content
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

pt: refactor data stat #3285

Merged
merged 42 commits into from
Feb 18, 2024

fix py38 compatibility

2ad6990
Select commit
Loading
Failed to load commit list.
Merged

pt: refactor data stat #3285

fix py38 compatibility
2ad6990
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 18, 2024 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 155 in deepmd/utils/path.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning

The class 'DPOSPath' does not override
'__eq__'
, but adds the new attribute
mode
.
The class 'DPOSPath' does not override
'__eq__'
, but adds the new attribute
path
.

Check warning on line 279 in deepmd/utils/path.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning

The class 'DPH5Path' does not override
'__eq__'
, but adds the new attribute
mode
.
The class 'DPH5Path' does not override
'__eq__'
, but adds the new attribute
root_path
.
The class 'DPH5Path' does not override
'__eq__'
, but adds the new attribute
root
.
The class 'DPH5Path' does not override
'__eq__'
, but adds the new attribute
_name
.