-
Notifications
You must be signed in to change notification settings - Fork 30
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 #34
Comments
By default, SEM would like to find a clean ns-3 repository, for
reproducibility reasons. You have two options:
- Commit the lorawan folder, from your ns-3 installation, making sure you
have no untracked or changed files (you can use git status to make sure
this is the case)
- Add the check_repo=False and overwrite=True arguments when you create the
campaign. This will make it so that SEM will not check for a clean repo,
and that the campaign is reset every time you create the object in Python.
…On Fri, Dec 27, 2019, 3:08 PM Prapi123 ***@***.***> wrote:
Hello,
While Running a file,
I am facing below error
Exception: ns-3 repository is not clean
Steps followed to recreate the error,
-Copied current version lorawan OF module in ns-3/src/ Directory
-Then run any of the example, In the above i took
complete-network-example.cc to test
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34?email_source=notifications&email_token=AATSICI2DWTYEDKCJYVDYBLQ2YD67A5CNFSM4J74YQYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IC3ZR3A>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATSICNWCJZHACTX2XHMI2TQ2YD67ANCNFSM4J74YQYA>
.
|
I used both the techniques above. while I try with command line options |
As of now, we don't have a switch that allows you to skip the repository check when using SEM from the command line - however, it's strange you get errors if you have used |
Hello, You can close this issue. |
Ok, great! If you are on the develop branch, commit 8895364 now allows you to add the |
Hello,
While Running a file,
I am facing below error
Exception: ns-3 repository is not clean
Steps followed to recreate the error,
-Copied current version lorawan OF module in ns-3/src/ Directory
-Then run any of the example, In the above i took complete-network-example.cc to test
The text was updated successfully, but these errors were encountered: