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!
I'm here just to report this bug. I have downgraded sunpy to 5.1.4 and everything works fine now.
MultipleMatchError: Too many candidate types identified ([<class 'sunpy.map.sources.adapt.ADAPTMap'>, <class 'sunkit_magex.pfss.map.ADAPTMap'>]). Specify enough keywords to guarantee unique type identification.
To Reproduce
importsunpy.map# this works finesunpy.map.Map('adapt40311_03k012_202201010000_i00005600n1.fts.gz', hdus=0) # random adapt map
fromsunkit_magex.pfss.utilsimportload_adapt# MultipleMatchError: Too many candidate types identified ([<class 'sunpy.map.sources.adapt.ADAPTMap'>, <class 'sunkit_magex.pfss.map.ADAPTMap'>]). Specify enough keywords to guarantee unique type identification.load_adapt('adapt40311_03k012_202201010000_i00005600n1.fts.gz')
fromsunkit_magex.pfss.utilsimportload_adaptimportsunpy.map# MultipleMatchError: Too many candidate types identified ([<class 'sunpy.map.sources.adapt.ADAPTMap'>, <class 'sunkit_magex.pfss.map.ADAPTMap'>]). Specify enough keywords to guarantee unique type identification.sunpy.map.Map('adapt40311_03k012_202201010000_i00005600n1.fts.gz', hdus=0)
Describe the bug
Hi!
I'm here just to report this bug. I have downgraded
sunpy
to 5.1.4 and everything works fine now.To Reproduce
Screenshots
No response
System Details
sunpy=6.0.1
astropy=6.1.2
sunkit-magex=1.0.0
python=3.11.8
OS: Ubuntu 24.04 LTS
Installation method
conda
The text was updated successfully, but these errors were encountered: