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
Calling the Mastr.download() method with API settings, it makes a different if I give the technology parameter as string or as list of strings. It shouldn't matter. Technology parameter given as string, eeg and extended data are not downloaded. This has to have something to do with parameter parsing in some deeper MastrMirror methods.
I would suggest that we change the following: Only the upper method from mastr.download() accepts technology as string, list, or None. All methods below this, eg all xml download and soap api methods only accept technology as a list of strings.
Then we check the technology type once at the very beginning and convert string-> list and None->list, from there on we trust that type(technology) = list.
Calling the
Mastr.download()
method with API settings, it makes a different if I give the technology parameter as string or as list of strings. It shouldn't matter. Technology parameter given as string, eeg and extended data are not downloaded. This has to have something to do with parameter parsing in some deeperMastrMirror
methods.The text was updated successfully, but these errors were encountered: