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

Surrogate bug fixes, number =1 #546

Merged
merged 7 commits into from
May 20, 2024
Merged

Surrogate bug fixes, number =1 #546

merged 7 commits into from
May 20, 2024

Conversation

CommonClimate
Copy link
Collaborator

addresses the errors that arose with:

ar_surr = pyleo.SurrogateSeries(method='ar1sim',number=1)
ar_surr.from_param(time_pattern='even',param=[1,1])

cn_surr = pyleo.SurrogateSeries(method='CN',number=1)
cn_surr.from_param(time_pattern='specified',param=[1],settings={'time':np.arange(50)})

@CommonClimate CommonClimate requested a review from alexkjames May 18, 2024 19:02
@alexkjames alexkjames merged commit 6e518cc into master May 20, 2024
1 check passed
@alexkjames alexkjames deleted the CN_f0 branch May 20, 2024 19:15
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

Successfully merging this pull request may close these issues.

2 participants