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
File "/Users/jac16/bin/miniconda3/envs/mosdef-dev/lib/python3.8/site-packages/unyt/_physical_ratios.py", line 101, in <module>
mu_0 = 4.0e-7 * np.pi
TypeError: unsupported operand type(s) for *: 'float' and 'Mock'
Code to reproduce the behavior
make html
Software versions
Which version of mBuild are you using? (python -c "import mbuild as mb; print(mb.__version__)") mbuild-0.17.0
Which version of Python (python --version)? Python 3.8.15
Which operating system? MacOS 14
The text was updated successfully, but these errors were encountered:
Bug summary
Compiled Docs locally resulted in an error:
Code to reproduce the behavior
Software versions
python -c "import mbuild as mb; print(mb.__version__)"
) mbuild-0.17.0python --version
)? Python 3.8.15The text was updated successfully, but these errors were encountered: