Closed Misty-W closed 9 months ago
Hi Misty, I am getting some errors when running the slicing_demo.ipynb notebook. When running the first cell, it complains about module gridData not existing, even though I created a fresh environment and installed all modules in requirements.txt. When I changed "from gridData import Grid" to "from griddata import Grid", it stopped complaining about this module. But running then next cell, I get the following error:
TypeError: Grid.__init__() takes 1 positional argument but 2 were given
Upgrade density slicing utility to slice by (user-specified) slicing planes other than those determined by the 3D-RISM coordinates.