We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de62b8 commit 4e53176Copy full SHA for 4e53176
obi_one/scientific/tasks/ion_channel_modeling.py
@@ -455,10 +455,10 @@ def create_campaign_generation_entity(
455
class IonChannelFittingSingleConfig(IonChannelFittingScanConfig, SingleConfigMixin):
456
"""Only allows single values and ensures nested attributes follow the same rule."""
457
458
- _single_entity: Any
+ _single_entity: entitysdk.models.IonChannelModelingConfig
459
460
@property
461
- def single_entity(self) -> Any:
+ def single_entity(self) -> entitysdk.models.IonChannelModelingConfig:
462
return self._single_entity
463
464
def create_single_entity_with_config(
0 commit comments