Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 5, 2024
1 parent 89991b5 commit a57ff03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/NeurekaV2TestConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def check_valid_out_type_with_norm_quant(self) -> NeurekaV2TestConf:
@field_validator("wmem")
@classmethod
def check_valid_wmem(cls, v: WmemLiteral) -> WmemLiteral:
breakpoint()
_supported_wmem = ["sram", "mram"]
assert (
v in _supported_wmem
Expand Down

0 comments on commit a57ff03

Please sign in to comment.