Skip to content

Conversation

sriharshakandala
Copy link
Member

  • Code follows the style guidelines OR N/A.
  • Unit tests are included OR N/A.
  • Code is exercised in an integration test OR N/A.
  • Documentation has been added/updated OR N/A.

@@ -91,7 +91,7 @@ parent_array_type(::Type{<:MArray{S, T, N, L}}) where {S, T, N, L} =
MArray{S, T}
parent_array_type(::Type{<:SubArray{T, N, A}}) where {T, N, A} =
parent_array_type(A)

parent_array_type(::Type{LinearAlgebra.Transpose{T, Matrix{T}}}) = Matrix{T}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent_array_type(::Type{LinearAlgebra.Transpose{T, Matrix{T}}}) = Matrix{T}
parent_array_type(::Type{LinearAlgebra.Transpose{T, Matrix{T}}}) where {T} = Matrix{T}

@sriharshakandala sriharshakandala force-pushed the sk/update_for_RRTMGP_branch branch 3 times, most recently from 0d1444f to 985ef0b Compare March 20, 2025 22:03
@sriharshakandala sriharshakandala force-pushed the sk/update_for_RRTMGP_branch branch from 985ef0b to 645796e Compare March 20, 2025 22:34
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