volkanozsarac / EzGM

Toolbox for ground motion record selection and processing
GNU General Public License v3.0
65 stars 25 forks source link

dependency issues #7

Closed volkanozsarac closed 3 months ago

volkanozsarac commented 2 years ago

1-) subplots in 3d projection have significant white space. This happens in recent version of matplotlib, does not happen in older version such as 3.1.2

2-) h5py == 3.7.0 may give issues in windows while running psha via openquake.engine. Reduce the package version to 3.1.0 pip install h5py==3.1.0

3-) the find_elementby* commands are deprecated in the latest Selenium Python libraries, selenium >= 4.3.0. For now, selenium 4.2.0 must be used not receive any error while using nga_download method. https://stackoverflow.com/questions/69875125/find-element-by-commands-are-deprecated-in-selenium