Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Enable type checks #208

Draft
wants to merge 6 commits into
base: ote
Choose a base branch
from
Draft

Enable type checks #208

wants to merge 6 commits into from

Conversation

druzhkov-paul
Copy link

@druzhkov-paul druzhkov-paul commented Oct 15, 2021

Build 302

@druzhkov-paul
Copy link
Author

@sovrasov FYI

@@ -53,7 +53,7 @@ def DATASET_PARAMETERS_FIELDS():
)

ROOT_PATH_KEY = '_root_path'
DatasetParameters = namedtuple('DatasetParameters', DATASET_PARAMETERS_FIELDS())
DatasetParameters = namedtuple('DatasetParameters', DATASET_PARAMETERS_FIELDS()) # type: ignore
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LeonidBeynenson Please note.

@@ -10,7 +10,7 @@
_e2e_pytest_addoption = None
pass

import config
import e2e_config
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LeonidBeynenson Please note.

@@ -183,7 +183,7 @@ def save_model(self, output_model: ModelEntity):
hyperparams_str = ids_to_strings(cfg_helper.convert(hyperparams, dict, enum_to_str=True))
labels = {label.name: label.color.rgb_tuple for label in self._labels}
modelinfo = {
'compression_state': self._compression_ctrl.get_compression_state(),
'compression_state': self._compression_ctrl.get_compression_state(), # type: ignore # FIXME.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexanderDokuchaev Please note.

@druzhkov-paul druzhkov-paul marked this pull request as draft October 25, 2021 15:10
@druzhkov-paul druzhkov-paul self-assigned this Nov 23, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant