Skip to content

Commit

Permalink
whitespace for precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
gagank1 committed Dec 18, 2024
1 parent fd441fa commit ee2041b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ def __getitem__(self, idx):
return {"text": self.input_ids[idx], "attention_mask": self.mask[idx]}


@pytest.mark.xfail(
reason="Known issue on H100 GPUs"
)
@pytest.mark.xfail(reason="Known issue on H100 GPUs")
def test_geneformer_nemo1_v_nemo2_inference_golden_values(
geneformer_config: GeneformerConfig, cells: List[List[str]], seed: int = 42
):
Expand Down

0 comments on commit ee2041b

Please sign in to comment.