We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug (REQUIRED) No production option is set when calling GrouperAPI, thus default is False
production
GrouperAPI
False
Version information (please complete the following, default in brackets): (REQUIRED)
0.12.1
master
pandas
requests
numpy
Reproduction Steps (REQUIRED) Steps to reproduce the behavior:
user_update
Expected behavior (Optional)
grouper_figtest
manual_override.get_current_groups
manual_override.grouper_delta_user
True
Screenshots (Optional) If applicable, add screenshots to help explain your problem.
Additional context (Optional) Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
manual_override.get_current_groups: Add production keyword option #73
937aa85
Bug fix: Add grouper_figtest option in user_update #73
8f0b7b7
Bump version: v0.12.1 to v0.12.2 #73
6a63161
Update README.md changelog #73
ea227e0
Prevent dataframe update if grouper_figtest set #73
49c3856
Update to README.md for additional options #65 368 #73
ce57f59
astrochun
Successfully merging a pull request may close this issue.
Describe the bug (REQUIRED)
No
production
option is set when callingGrouperAPI
, thus default isFalse
Version information (please complete the following, default in brackets): (REQUIRED)
0.12.1
master
pandas
version: 1.1.0requests
version: 2.22.0numpy
version: 1.18.0Reproduction Steps (REQUIRED)
Steps to reproduce the behavior:
user_update
scriptExpected behavior (Optional)
production
unless an option in the scriptgrouper_figtest
indicate otherwise [8f0b7b7]manual_override.get_current_groups
needs aproduction
option [937aa85]manual_override.grouper_delta_user
will need to specifyproduction
option. Default isTrue
[8f0b7b7]Screenshots (Optional)
If applicable, add screenshots to help explain your problem.
Additional context (Optional)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: