Skip to content

Commit

Permalink
API re-design: simplify interface, remove I/O, make instrument agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Jan 19, 2024
1 parent f3f73e1 commit 7ea4ed1
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 1,089 deletions.
2 changes: 1 addition & 1 deletion drizzle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
__version__ = version(__name__)
except PackageNotFoundError:
# package is not installed
__version__ = 'unknown'
__version__ = ''

Check warning on line 11 in drizzle/__init__.py

View check run for this annotation

Codecov / codecov/patch

drizzle/__init__.py#L11

Added line #L11 was not covered by tests
80 changes: 0 additions & 80 deletions drizzle/doblot.py

This file was deleted.

186 changes: 0 additions & 186 deletions drizzle/dodrizzle.py

This file was deleted.

Loading

0 comments on commit 7ea4ed1

Please sign in to comment.