Skip to content

Commit

Permalink
Merge pull request #159 from Spin-Chemistry-Labs/158-cant-import-radi…
Browse files Browse the repository at this point in the history
…calpyexperiments

Fix missing import: 

After import radicalpy, them module radicalpy.experiments was not available because it was not imported in the __init__.py in the radicalpy dir.
  • Loading branch information
vatai authored Aug 17, 2024
2 parents 8deda6d + a2997d9 commit f18a0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies = {file = ["requirements.txt"]}

[tool.setuptools.package-data]
"*" = ["*.json"]

["py.typed"]

[tool.pydocstyle]
Expand Down
1 change: 1 addition & 0 deletions radicalpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
classical,
data,
estimations,
experiments,
kinetics,
relaxation,
shared,
Expand Down

0 comments on commit f18a0df

Please # to comment.