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

update exec test

See if this passes now
parent d069b729
No related branches found
No related tags found
No related merge requests found
Pipeline #82377 passed
from cpp_sisso import Model
from cpp_sisso import ModelRegressor
from pathlib import Path
import numpy as np
model = Model(
model = ModelRegressor(
str("models/train_dim_2_model_0.dat"), str("models/test_dim_2_model_0.dat")
)
......
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