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
Hi @mdaeron,
I didn't notice so far since we almost entirely use the pooled approach, but self.standardize(method='indep_sessions') is not working for me after updating D47crunch .
Traceback (most recent call last):
File ".../TESTING_D47crunch/test.py", line 14, in <module>
mydata.standardize(
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 957, in newfun
out = oldfun(*args, **kwargs)
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 1757, in standardize
self.consolidate(tables = consolidate_tables, plots = consolidate_plots)
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 957, in newfun
out = oldfun(*args, **kwargs)
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 2322, in consolidate
self.consolidate_sessions()
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 2215, in consolidate_sessions
self.sessions[session][f'r_D{self._4x}'] = self.compute_r(f'D{self._4x}', sessions = [session])
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 957, in newfun
out = oldfun(*args, **kwargs)
File ".../TESTING_D47crunch/venv/lib/python3.9/site-packages/D47crunch/__init__.py", line 2399, in compute_r
_ for _ in self.standardization.params
AttributeError: 'D47data' object has no attribute 'standardization'
The text was updated successfully, but these errors were encountered:
Hi @mdaeron,
I didn't notice so far since we almost entirely use the pooled approach, but
self.standardize(method='indep_sessions')
is not working for me after updatingD47crunch
.Python v3.9.6
D47crunch v2.3.2
The text was updated successfully, but these errors were encountered: