Skip to content

Commit

Permalink
Changes to use zodiax and remove base module
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisDesdoigts committed Nov 14, 2022
1 parent 1e9d242 commit 5986499
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 2,216 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
pip install --quiet .
# ===== Tests =====
- name: base tests
run: pytest --quiet tests/base.py
# - name: base tests
# run: pytest --quiet tests/base.py

- name: core tests
run: pytest --quiet tests/core.py
Expand Down
4 changes: 2 additions & 2 deletions dLux/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__version__ = "0.9.1"

# Import as modules
from . import base
# from . import base
from . import core
from . import detectors
from . import optics
Expand All @@ -13,7 +13,7 @@
from . import spectrums

# Import core functions from modules
from .base import *
# from .base import *
from .core import *
from .detectors import *
from .optics import *
Expand Down
Loading

0 comments on commit 5986499

Please sign in to comment.