Skip to content

Commit

Permalink
fixing import test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 18, 2023
1 parent ffa70f9 commit 0b10f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/utils/configuration_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def generic_versions(module: str, depends_with_requires: list[str]) -> None:

else:
try:
version = importlib.metadata.version(module)
version = importlib.metadata.version(module_depend_name)
except Exception:
version = "Couldn't test version"
s = f"{module} imported: {version = } - {spec_required} required"
Expand Down

0 comments on commit 0b10f48

Please sign in to comment.