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

Wald Pre-Test Issue #16

Open
lilygordonn opened this issue Feb 26, 2024 · 1 comment
Open

Wald Pre-Test Issue #16

lilygordonn opened this issue Feb 26, 2024 · 1 comment

Comments

@lilygordonn
Copy link

When using the wald_pre_test property, I get the following error: TypeError: results() got an unexpected keyword argument 'sample_name.'

It points to this line as the error, so I am not sure if there is something wrong with the property: File ~/opt/anaconda3/lib/python3.9/site-packages/differences/attgt/attgt.py:1089, in ATTgt.wald_pre_test(self)
1087 _wald_pre_test = {}
1088 for s in self.sample_names:
-> 1089 res = self.results(sample_name=s)
1090 res = wald_pre_test(res)
1092 if s == "full_sample":

@bernardodionisi
Copy link
Owner

Hi, I apologize I missed this issue, I have not checked in for a while. I will try to take a look soonish

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

No branches or pull requests

2 participants