Skip to content

Commit

Permalink
code-style bugs fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiazagatti committed Sep 5, 2024
1 parent b2e85e2 commit 7126c32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions soliket/halo_model/halo_model_fe/halo_model_fe.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import numpy as np
from cobaya.theory import Theory
from .utils import *
from .HODS import *
from .power_spectrum import *
from .utils import u_p_nfw_hmf_bias
from .HODS import hod_ngal
from .power_spectrum import mm_gg_mg_spectra
from .lin_matterPS import *
from .cosmology import *

Expand Down

0 comments on commit 7126c32

Please sign in to comment.