Skip to content
Snippets Groups Projects
Commit 1468b5c9 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Remove error check print lines

parent 84bde1ad
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,8 @@ from pathlib import Path
import numpy as np
print("in check model")
model = ModelRegressor(
str("models/train_dim_2_model_0.dat"), str("models/test_dim_2_model_0.dat")
)
print("assertion")
assert model.rmse < 1e-7
assert model.test_rmse < 1e-7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment