diff --git a/tests/model_tests/chestnut_dec_may/train_fixmatch.py b/tests/model_tests/chestnut_dec_may/train_fixmatch.py index 0bd2346..b1df238 100644 --- a/tests/model_tests/chestnut_dec_may/train_fixmatch.py +++ b/tests/model_tests/chestnut_dec_may/train_fixmatch.py @@ -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( diff --git a/tests/model_tests/chestnut_dec_may/train_mixmatch.py b/tests/model_tests/chestnut_dec_may/train_mixmatch.py index d70ff06..1bf839f 100644 --- a/tests/model_tests/chestnut_dec_may/train_mixmatch.py +++ b/tests/model_tests/chestnut_dec_may/train_mixmatch.py @@ -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(