Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jun 22, 2024
1 parent f6dcff6 commit 147e703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions hydra/vis_sampler.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import numpy as np
import pylab as plt
import scipy.sparse
import numpy.fft as fft

from .utils import flatten_vector, reconstruct_vector


def apply_sqrt_pspec(sqrt_pspec, v, group_id, ifft=False):
"""
Expand Down
2 changes: 1 addition & 1 deletion hydra/vis_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from matvis import conversions
import healpy as hp
from multiprocessing import Pool, cpu_count
import os, warnings, time
import warnings, time
from datetime import datetime
from . import utils

Expand Down

0 comments on commit 147e703

Please sign in to comment.