Skip to content

Commit

Permalink
Fix formatting problem for report
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Jun 5, 2024
1 parent 96ea431 commit b6d2d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/model_tests/chestnut_dec_may/train_fixmatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main(
with open(Path(__file__).parent / "report.md", "a+") as f:
f.write(
f"# Chestnut Nature Park (Dec 2020 vs May 2021) FixMatch\n"
f"- Results: [WandB Report]({wandb.run.get_url()})"
f"- Results: [WandB Report]({wandb.run.get_url()})\n"
)

y_true, y_pred = predict(
Expand Down
2 changes: 1 addition & 1 deletion tests/model_tests/chestnut_dec_may/train_mixmatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main(
with open(Path(__file__).parent / "report.md", "a+") as f:
f.write(
f"# Chestnut Nature Park (Dec 2020 vs May 2021) MixMatch\n"
f"- Results: [WandB Report]({wandb.run.get_url()})"
f"- Results: [WandB Report]({wandb.run.get_url()})\n"
)

y_true, y_pred = predict(
Expand Down

0 comments on commit b6d2d5a

Please sign in to comment.