Skip to content

Exception Always Triggered When Using Data Generation Mode #54

@SAbdulah

Description

@SAbdulah

This exception is always raised when I choose to use the data generation option:

throw std::domain_error("You need to set the data path before starting.");

However, when generating synthetic data, specifying a data path is not required. The current behavior requires users to specify a data path even in data generation mode, which seems unnecessary.

I am using this command with the main branch

./bin/examples/end-to-end/Example_Data_Generation_Modeling_and_Prediction --N=1000 --dts=100 --cores=1 --initialtheta=3:0.083849:0.6 --estimatedtheta=3:0.083849:0.6 --lb=0.01:0.01:0.01 --ub=5:5:2 --kernel=UnivariateMaternStationary --tolerance=8 --timeslot=1 --verbose=detailed --banddense=200 --banddensesp=200 --bandlowrankdp=200 --autoband=0 --genmaxrank=1000 --compmaxrank=1000 --maxrank=1000 --adaptivedecision=0 --hnb=1000 --adddiagonal=1000.0 --accuracy=1e-8 --p=1 --precision=double --Zmiss=100 --isclimateemulator=false

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions