Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jul 12, 2024
1 parent e9dd6c1 commit c05bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hendrics/efsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import numpy as np
from scipy.ndimage import gaussian_filter
from astropy import log
from astropy.table import Table
from astropy.table import Table, vstack
from astropy.logger import AstropyUserWarning
from .io import get_file_type
from stingray.pulse.search import (
Expand Down

0 comments on commit c05bf9b

Please sign in to comment.