|
|
|
@@ -137,7 +137,7 @@ class HeteroMapTableSpecification(SystemStatSpecification): |
|
|
|
if d in embedding_load.keys(): |
|
|
|
setattr(self, d, embedding_load[d]) |
|
|
|
|
|
|
|
if self.type == self.__class__.__name__: |
|
|
|
if self.type != self.__class__.__name__: |
|
|
|
logger.error( |
|
|
|
f"The type of loaded RKME ({self.type}) is different from the expected type ({self.__class__.__name__})!" |
|
|
|
) |
|
|
|
|