lesgourg / class_public

Public repository of the Cosmic Linear Anisotropy Solving System (master for the most recent version of the standard code; GW_CLASS to include Cosmic Gravitational Wave Background anisotropies; classnet branch for acceleration with neutral networks; ExoCLASS branch for exotic energy injection; class_matter branch for FFTlog)
218 stars 291 forks source link

Update classy.pyx #534

Open iamalisalehi opened 11 months ago

iamalisalehi commented 11 months ago

"cpdef" is depricated and prevents compiling the python wrapper.

iamalisalehi commented 11 months ago

replaced instances of "cpdef" with "cdef". now the python wrapper compiles.