You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":
The text was updated successfully, but these errors were encountered:
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":
The text was updated successfully, but these errors were encountered: