Skip to content

Conversation

@MuhammedHasan
Copy link
Collaborator

No description provided.

@MuhammedHasan MuhammedHasan self-assigned this Jul 25, 2025
@MuhammedHasan MuhammedHasan added enhancement New feature or request bug Something isn't working labels Jul 25, 2025
@MuhammedHasan MuhammedHasan requested a review from Copilot July 25, 2025 18:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements a bug fix for training and introduces a new GenenMaskLightningModel class that extends the base LightningModel with gene masking functionality.

  • Adds a new GenenMaskLightningModel class that applies gene masks during forward passes
  • Includes test coverage for the new model class
  • Updates import statements to support the new functionality

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/decima/model/lightning.py Implements new GenenMaskLightningModel class with gene masking capability
tests/test_lightning.py Adds test for the new gene mask model's forward method
src/decima/data/dataset.py Updates imports to include additional functions from grelu

return self(batch)


class GenenMaskLightningModel(LightningModel):
Copy link

Copilot AI Jul 25, 2025

Choose a reason for hiding this comment

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

The class name 'GenenMaskLightningModel' contains a typo. It should be 'GeneMaskLightningModel' (missing 'e' in 'Gene').

Copilot uses AI. Check for mistakes.
@MuhammedHasan MuhammedHasan merged commit 4fff6ee into main Jul 25, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants