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

Bug: user_update will run with production=False for Grouper #73

Closed
3 tasks done
astrochun opened this issue Oct 5, 2020 · 0 comments · Fixed by #74
Closed
3 tasks done

Bug: user_update will run with production=False for Grouper #73

astrochun opened this issue Oct 5, 2020 · 0 comments · Fixed by #74
Assignees
Labels
bug Something isn't working
Milestone

Comments

@astrochun
Copy link
Contributor

astrochun commented Oct 5, 2020

Describe the bug (REQUIRED)
No production option is set when calling GrouperAPI, thus default is False

Version information (please complete the following, default in brackets): (REQUIRED)

  • ReQUIAM version: 0.12.1
  • ReQUIAM branch info: master
  • pandas version: 1.1.0
  • requests version: 2.22.0
  • numpy version: 1.18.0

Reproduction Steps (REQUIRED)
Steps to reproduce the behavior:

  1. This is fairly clear in user_update script

Expected behavior (Optional)

  • Defaults to production unless an option in the script grouper_figtest indicate otherwise [8f0b7b7]
  • Note that manual_override.get_current_groups needs a production option [937aa85]
  • Calls to manual_override.grouper_delta_user will need to specify production option. Default is True [8f0b7b7]

Screenshots (Optional)
If applicable, add screenshots to help explain your problem.

Additional context (Optional)
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant