Vexvare / Solar_Analysis_Toolkit

Python library combining multiple solar analysis methods into one convenient package. Features a variety of methodologies commonly used to analyze the features, events, and statistics of solar data.
MIT License
1 stars 1 forks source link

classification_method_programs #1

Open BussdriverOMG opened 1 year ago

BussdriverOMG commented 1 year ago

I was trying your analysis toolkit and stumbled upon: ModuleNotFoundError: No module named 'classification_method_programs''. Is this a custom module of yours?

Vexvare commented 1 year ago

Thank you for pointing this out!

Unfortunately, this is an error that I also encounter due to my bad use of local imports in the toolkit that needs to be fixed. The fix to the error is to run the init.py file within the ./SolarEventClass/ before running any program. This is a problem that I need to fix, but unfortunately I have not had the time to do so.

Please let me know if this doesn't solve your issue!