Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: updated check_equal_networks method to avoid listing method…
…s to ignore Previously any new method added to the Network object had to be added to a hardcoded list to ignore making a comparison. Using var() instead of dir() to get at only the attributes avoids this by only accessing the attributes and not all attributes and methods.
- Loading branch information