atomec-project / atoMEC

Python-based average-atom code for simulations of high energy density phenomena such as in warm dense matter.
https://atomec-project.github.io/atoMEC/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

Remove np.matrix references #137

Closed timcallow closed 2 years ago

timcallow commented 2 years ago

Remove all np.matrix declarations, since np.matrix will be deprecated / is not recommended (see #136 and #135).

This passes the tests introduced in #135, and of course doesn't trigger those deprecation warnings. However there are still many warnings like:

Other_warning

As also mentioned in comments of #135.