-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
HousecleaningStuff related with style conventions, good practices, clean code, repo organization, etc.Stuff related with style conventions, good practices, clean code, repo organization, etc.
Description
There are several tests which seem to be essentially repeated except for a single item. Some examples:
| def test_lineIntegralProbe_single_wire(tmp_path): |
fdtd/test/pyWrapper/test_full_system.py
Line 20 in bae92bc
| def test_lineIntegralProbe_wire(tmp_path): |
and
fdtd/test/pyWrapper/test_full_system.py
Line 915 in bae92bc
| def test_nodal_source_wire(tmp_path): |
fdtd/test/pyWrapper/test_full_system.py
Line 946 in bae92bc
| def test_nodal_source_unshielded(tmp_path): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HousecleaningStuff related with style conventions, good practices, clean code, repo organization, etc.Stuff related with style conventions, good practices, clean code, repo organization, etc.