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

Yield the same order regardless of order in the file and database #2187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ViacheslavP
Copy link

Sorry in advance for formulating a possible bug in a form of PR.

I receive different results on chi_square for these 2 configurations (with postgres):

...
distribution_type: categorical
distribution_reference:
  weights:
  - 0.4
  - 0.6
  bins:
  - A
  - B
...
distribution_type: categorical
distribution_reference:
  weights:
  - 0.6
  - 0.4
  bins:
  - B
  - A

I would expect not to.

@CLAassistant
Copy link

CLAassistant commented Nov 28, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

sonarcloud bot commented Nov 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants