You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just started to study this library.
I cloned the develop branch and I'm trying to run the WiFi plots example. When I run the following code ns_path = '../../ns3' script = 'wifi-multi-tos' campaign_dir = "results" campaign = sem.CampaignManager.new(ns_path, script, campaign_dir, overwrite=True)
I obtain the following exception: Exception: ns-3 repository is not clean.
What does it mean?
The text was updated successfully, but these errors were encountered:
This is the preferred solution for when you have to share the code, as it enforces only working on well defined revisions of the code. Alternatively, and especially if you are using SEM to do ns-3 code development, you can also set the check_repo argument to False when you create the campaign object!
Hi,
I just started to study this library.
I cloned the develop branch and I'm trying to run the WiFi plots example. When I run the following code
ns_path = '../../ns3' script = 'wifi-multi-tos' campaign_dir = "results" campaign = sem.CampaignManager.new(ns_path, script, campaign_dir, overwrite=True)
I obtain the following exception: Exception: ns-3 repository is not clean.
What does it mean?
The text was updated successfully, but these errors were encountered: