-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Populate pydrex namespace and adjust some symbol names
- adjust `src/pydrex/__init__.py` to populate top-level namespace (i.e. what symbols you get from simply doing `import pydrex`) - `LOGGER_CONSOLE` -> `CONSOLE_LOGGER` to match our documentation - `pydrex.diagnostics.symmetry` -> `pydrex.diagnostics.symmetry_pgr` to avoid future namespace conflicts - delete useless `meshio.read` wrapper, just use `meshio.read` directly
- Loading branch information
1 parent
5cf5bb4
commit 1cf2f64
Showing
5 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters