-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat:hydra model #2
base: devel
Are you sure you want to change the base?
Conversation
): | ||
super().__init__(type_map, **kwargs) | ||
ntypes = len(type_map) | ||
self.type_map = type_map |
Check warning
Code scanning / CodeQL
Overwriting attribute in super-class or sub-class Warning
BaseAtomicModel
|
||
# deserialize repinit | ||
statistic_repinit = repinit_variable.pop("@variables") | ||
env_mat = repinit_variable.pop("env_mat") |
Check warning
Code scanning / CodeQL
Variable defined multiple times Warning
redefined
|
||
# deserialize repformers | ||
statistic_repformers = repformers_variable.pop("@variables") | ||
env_mat = repformers_variable.pop("env_mat") |
Check notice
Code scanning / CodeQL
Unused local variable Note
Signed-off-by: Anyang Peng <[email protected]>
No description provided.