-
Notifications
You must be signed in to change notification settings - Fork 2
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
remove the bug and update flake8 #144 #151
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run_all_tests.sh passes the [TEST SUIT COMPLETE] checks but reports on failure and two warnings:
_Checking documentation ...
make[1]: Entering directory `/net/home/h04/ssadri/git-repos/CATNIP/docsrc'
sphinx-build -b html -d _build/doctrees . build/html
Running Sphinx v2.4.0
loading pickled environment... failed
failed: build environment version not current
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 3 source files that are out of date
updating environment: [new config] 3 added, 0 changed, 0 removed
reading sources... [100%] tools
/net/home/h04/ssadri/git-repos/CATNIP/lib/catnip/analysis.py:docstring of catnip.analysis.wind_direction:15: WARNING: Unexpected indentation.
/net/home/h04/ssadri/git-repos/CATNIP/lib/catnip/visualisation.py:docstring of catnip.visualisation.vector_plot:9: WARNING: Unexpected indentation.
looking for now-outdated files... none found
pickling environment... done
I am also getting to untracked files after running the tests, not sure if these are needed or should be added in the ignore list!
_Untracked files:
(use "git add ..." to include in what will be committed)
docs/_static/jquery-3.4.1.js
docsrc/_build/html/_static/jquery-3.4.1.js_
The final tests are all passed here. checking consistency... done try ignoring the untracked files (I am not been able to add or commit it) |
Also after running the tests the git status reveals: but these changes are not consistent with the a0b57e3 commit to this branch |
Strange, I haven't got at my system. Can you check the exact different? using git diff?
Thanks
…________________________________
From: saeed sadri <notifications@github.com>
Sent: 25 September 2020 09:59
To: MetOffice/CATNIP <CATNIP@noreply.github.com>
Cc: Maalick, Zubair <zubair.maalick@metoffice.gov.uk>; Author <author@noreply.github.com>
Subject: Re: [MetOffice/CATNIP] remove the bug and update flake8 #144 (#151)
Also after running the tests the git status reveals:
modified: lib/catnip/utils.py
modified: lib/catnip/visualisation.py
but these changes are not consistent with the a0b57e3<a0b57e3> commit to this branch
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#151 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AN2CPNFFIUJOMMVZRJXECHLSHRLWHANCNFSM4RYYQWMA>.
|
this is what I get
And
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed approve this for now and we investigate and address the issue before the final merge into develop
No description provided.