-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix tests #33
Open
faysal-ishtiaq
wants to merge
18
commits into
opencdms-components:main
Choose a base branch
from
faysal-ishtiaq:rpy2Test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix tests #33
Changes from 7 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3a7a273
fix errors in tests. more failing errors
faysal-ishtiaq 3e4b7a2
fix windrose function
faysal-ishtiaq ffe3e7d
reformat
faysal-ishtiaq 86a7a1e
add enum values
faysal-ishtiaq 1c91bfb
handle edge cases for typings
faysal-ishtiaq cb150f7
reformat
faysal-ishtiaq 67ee2cb
comment out failing tests
faysal-ishtiaq d7c39b5
fix formatting; add a make command for formatting
faysal-ishtiaq f5b71b9
add github actions scritps
faysal-ishtiaq 6cc1c57
update ubuntu
faysal-ishtiaq 9308087
unset github personal access token
faysal-ishtiaq cc4dfea
set github personal access token
faysal-ishtiaq 4452b2f
update requirements
faysal-ishtiaq ecf6d58
add dockerfile; use latest pygeoapi
faysal-ishtiaq 7e4baf2
fix docker
faysal-ishtiaq 9ad68bf
create results_actual dir
faysal-ishtiaq c682b5c
adjust tox and fix flake8 errors
faysal-ishtiaq edfbe65
remove .csv from climdex actual
faysal-ishtiaq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Was the formatting change here accidental? It looks a bit odd being >79 chars and also the unnecessary concatenation
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.
Yes, it was due to black, not formatting strings. I have added a make command in the makefile with a preview flag for black so that black takes care of strings as well.