Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 4 Warnings: NaNs produced #3

Open
mpascariu opened this issue Aug 30, 2018 · 0 comments
Open

Step 4 Warnings: NaNs produced #3

mpascariu opened this issue Aug 30, 2018 · 0 comments

Comments

@mpascariu
Copy link

I run the following code using data downloaded from HFD today.

run_projection_for_selected_methods(asfr_period,
                                    expos_period,
                                    JOYs=2013:2014,
                                    validation_methods_info,
                                    forecasts_by_method_folder="results/forecasts-by-method-test")

The process is completed successfully. However, the following warnings are returned too:

There were 50 or more warnings (use warnings() to see the first 50)
> warnings()
Warning messages:
1: In pt(abs(tstat), df = ndof) : NaNs produced
2: In pt(abs(tstat), df = ndof) : NaNs produced
3: ...

Is this a normal behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant