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

Fix v1.9.0 testing #286

Merged
merged 1 commit into from
May 17, 2023
Merged

Fix v1.9.0 testing #286

merged 1 commit into from
May 17, 2023

Conversation

odunbar
Copy link
Collaborator

@odunbar odunbar commented May 17, 2023

Content

  • Adds >=v1.9 tests where behaviour changes.
    Changes weres isolated to Failure handler tests, as the most up-to-date LinearAlgebra no longer allows as much propagation of NaNs, rather it throws errors. (I think this is a good idea)
  • Removes the various precompile warnings about "FT defined but not used"
  • Removes the precompile warning of a clash in sample by now importing GaussianRandomFields rather that using it. This is (I think) because GRF.jl does not extend the StatsBase sample function, and we cant import StatsBase: sample AND using GaussianRandomFields without warnings.
  • Update github workflows for docs and formatter to include v1.X from pinning to 1.7

  • I have read and checked the items on the review checklist.

removed precompile warnings

remove warnings precompile

typo

update docs and format to 1.X
@odunbar
Copy link
Collaborator Author

odunbar commented May 17, 2023

Merge without review, when all checks pass for both v1.6 and v1.9.0

@odunbar
Copy link
Collaborator Author

odunbar commented May 17, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented May 17, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit a27fc58 into main May 17, 2023
11 checks passed
@bors bors bot deleted the orad/testfix-1.9.0 branch May 17, 2023 01:02
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.

None yet

1 participant