Skip to content

Commit

Permalink
bug removing drivers (#90)
Browse files Browse the repository at this point in the history
* removing from init

* version bump
  • Loading branch information
joglekara authored Nov 23, 2024
1 parent 0daa33c commit 39c8a69
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion adept/_lpse2d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
UniformDriver,
GaussianDriver,
LorentzianDriver,
GenerativeDriver,
)
from .helpers import calc_threshold_intensity as calc_threshold_intensity
2 changes: 1 addition & 1 deletion adept/_lpse2d/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .base import BaseLPSE2D as BaseLPSE2D
from .driver import ArbitraryDriver, UniformDriver, GaussianDriver, LorentzianDriver, GenerativeDriver
from .driver import ArbitraryDriver, UniformDriver, GaussianDriver, LorentzianDriver
1 change: 0 additions & 1 deletion adept/lpse2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
UniformDriver,
GaussianDriver,
LorentzianDriver,
GenerativeDriver,
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_git_commit_hash():
url="https://github.com/ergodicio/adept",
author="Archis Joglekar",
author_email="[email protected]",
version="0.0.4",
version="0.0.5",
# cmdclass=versioneer.get_cmdclass(),
packages=find_packages(),
python_requires=">=3.10",
Expand Down
1 change: 1 addition & 0 deletions tests/test_lpse2d/configs/tpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ density:
type: uniform
drivers:
E0:
params: {}
shape: uniform
# file: s3://public-ergodic-continuum/87254/0bb528f5a431439e9f9f295bdcd6d9e7/artifacts/used_driver.pkl
delta_omega_max: 0.015
Expand Down

0 comments on commit 39c8a69

Please sign in to comment.