Skip to content

Commit

Permalink
327 some modules no longer import (#329)
Browse files Browse the repository at this point in the history
* Test that all pyciemss modules can be imported.

Does a recursive sweep through the src/pyciemss tree and collects what look like modules,
then converts those to module names and tries to import them.
Reports ALL failures (does not fail on first issue).

* Removing import of non-existing function (it was also un-used in the module)

* Import fails due to missing petri_utils BUT bilayer_utils appears unused as well.

Conversed with JeremyZucker, he says bilayer_utils can go away.

* Reducing warnings in synth_data_utils.py
  • Loading branch information
JosephCottam authored Aug 10, 2023
1 parent e3b09c5 commit c54cff8
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 288 deletions.
128 changes: 0 additions & 128 deletions src/pyciemss/utils/bilayer_utils.py

This file was deleted.

Loading

0 comments on commit c54cff8

Please sign in to comment.