Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: ns-3 repository is not clean #43

Closed
matbord opened this issue May 31, 2021 · 2 comments
Closed

Exception: ns-3 repository is not clean #43

matbord opened this issue May 31, 2021 · 2 comments

Comments

@matbord
Copy link

matbord commented May 31, 2021

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?

@matbord
Copy link
Author

matbord commented May 31, 2021

Solved, I had only to commit all the changes of my NS3 repo

@matbord matbord closed this as completed May 31, 2021
@DvdMgr
Copy link
Member

DvdMgr commented May 31, 2021

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!

@DvdMgr DvdMgr reopened this May 31, 2021
@DvdMgr DvdMgr closed this as completed May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants