Skip to content

Commit

Permalink
Refactoring done
Browse files Browse the repository at this point in the history
  • Loading branch information
WINS Laboratory committed Aug 27, 2021
1 parent 881caaa commit 7332e04
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/Waves/test_awerbuch.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from Channels import P2PFIFOPerfectChannel
from LinkLayers.GenericLinkLayer import LinkLayer
from NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from Waves.awerbuch_dft import WaveAwerbuchComponent
from Waves.AwerbuchDFS import WaveAwerbuchComponent


number_mesg = 0
Expand Down
2 changes: 1 addition & 1 deletion tests/Waves/test_cidon.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from Channels import P2PFIFOPerfectChannel
from LinkLayers.GenericLinkLayer import LinkLayer
from NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from Waves.cidon_dft import ApplicationLayerComponent_Cidon
from Waves.CidonDFS import ApplicationLayerComponent_Cidon


number_mesg = 0
Expand Down

0 comments on commit 7332e04

Please sign in to comment.