UCBerkeleySETI / blimpy

Breakthrough Listen I/O Methods for Python

Home Page:https://blimpy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executable "filutil" has no use

texadactyl opened this issue · comments

Describe the bug

During installation, setup.py creates a shell script called "filutil". However, this script makes a reference to a nonexistent Python module (blimpy.filterbank).

To Reproduce

Steps to reproduce the behavior:

  1. Install blimpy.
  2. Execute this: filutil -h
  3. ModuleNotFoundError: No module named 'blimpy.filterbank'

Solution

All references to "filutil" will be removed from the blimpy package.

Setup

  • Python version: 3.8
  • Blimpy version: github master branch