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
I was trying to run FSM using the python wrapper and came across two issues.
Found an issue with dashes versus underscores in setup.cfg due to depreciation from setuptools (suggested fix in pull request Update setup.cfg #80)
Issue with "generate_perlin_terrain"
I executed the following in the terminal:
git clone --recursive https://github.com/r-barnes/richdem.git ghrichdem
cd ghrichdem/wrappers/pyrichdem
pip install .
and received an error message associated with geonerate_perlin_terrain. I was able to create the wrappers by commenting out line 137 of the ../ghichdem/wrappers/pyrichdem/src/pyrapper.cpp file, which is this line:
m.def("generate_perlin_terrain", &richdem::generate_perlin_terrain, "Generate random terrain using perlin noise", py::arg("array"), py::arg("seed"));
I'm not sure what is causing the error, or its overall impact on the wrappers. The complete error message is below:
I was trying to run FSM using the python wrapper and came across two issues.
Found an issue with dashes versus underscores in setup.cfg due to depreciation from setuptools (suggested fix in pull request Update setup.cfg #80)
Issue with "generate_perlin_terrain"
I executed the following in the terminal:
and received an error message associated with geonerate_perlin_terrain. I was able to create the wrappers by commenting out line 137 of the ../ghichdem/wrappers/pyrichdem/src/pyrapper.cpp file, which is this line:
I'm not sure what is causing the error, or its overall impact on the wrappers. The complete error message is below:
Details
The text was updated successfully, but these errors were encountered: