Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amandarichardsonn committed Mar 28, 2024
1 parent 01d4582 commit 252f22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/_cli/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def execute(
simple experiment
"""
backends = installed_redisai_backends()
device: Device = Device(args.device.lower)
device: Device = Device(args.device)
try:
with contextlib.ExitStack() as ctx:
temp_dir = ctx.enter_context(_VerificationTempDir(dir=os.getcwd()))
Expand Down

0 comments on commit 252f22c

Please sign in to comment.