Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

Summary

This PR fixes deprecation warnings in DiffEqGPU test files to improve compatibility with Julia 1.11+.

Changes Made

  • test/reduction.jl: Removed unnecessary semicolons from using Random statement
  • test/distributed_multi_gpu.jl: Split combined using statement for better clarity and consistency

Details

  • Addresses potential deprecation warnings that may appear in Julia 1.11+
  • Improves code style consistency across test files
  • Maintains backward compatibility with existing Julia versions
  • Minor cleanup that follows Julia best practices

Testing

These changes are purely cosmetic code style improvements that don't affect functionality. The existing test suite should continue to pass.

🤖 Generated with Claude Code

- Remove unnecessary semicolons from using Random statements
- Split combined using statements for better clarity
- Improve code style consistency across test files

These changes address potential deprecation warnings that may
appear in Julia 1.11+ while maintaining backward compatibility.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
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.

3 participants