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

Use the get() method throughout for strategies #42

Merged
merged 3 commits into from
Feb 9, 2022

Conversation

CasperWA
Copy link
Contributor

@CasperWA CasperWA commented Feb 8, 2022

This is for the parse strategy specifically, which used to have a
parse() method instead of a get(), which was fixed in oteapi-core
v0.0.5.

Fixes #41

This is for the parse strategy specifically, which used to have a
`parse()` method instead of a `get()`, which was fixed in oteapi-core
v0.0.5.
@CasperWA CasperWA added bug Something isn't working BLOCKING This issue or PR blocks further development labels Feb 9, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #42 (4638b78) into master (2f1c3dd) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   69.49%   69.49%           
=======================================
  Files           8        8           
  Lines         295      295           
=======================================
  Hits          205      205           
  Misses         90       90           
Flag Coverage Δ
pytest 69.49% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app/routers/dataresource.py 32.78% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f1c3dd...4638b78. Read the comment docs.

@CasperWA
Copy link
Contributor Author

CasperWA commented Feb 9, 2022

I will force this bug fix through as the change is not actually reviewable.

@CasperWA CasperWA merged commit c3fd4b9 into master Feb 9, 2022
@CasperWA CasperWA deleted the cwa/fix-41-use-get-method branch February 9, 2022 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLOCKING This issue or PR blocks further development bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calls to parse method for parse strategies should be get
2 participants