Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritvik Vasan committed Dec 13, 2024
1 parent 6512588 commit 9753605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Use the cytodl api to run any given experiment. For e.g., train a rotation invar
from cyto_dl.api import CytoDLModel
from pathlib import Path

model =CytoDLModel()
model = CytoDLModel()
model.root= Path(os.getcwd())
model.load_default_experiment('pcna/pc_equiv', output_dir = './')

Expand Down

0 comments on commit 9753605

Please sign in to comment.