IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

Clean up code #5

Closed pastewka closed 6 months ago

pastewka commented 5 years ago

The code currently does not follow pep-8 and has other issues:

sannant commented 4 years ago

I have to rename MPI_LBFGS_Matrix_H.py and we are done. I guess that the no underscores rule only holds inside the module ?

pastewka commented 4 years ago

Yes. For tests underscores are fine.

pastewka commented 6 months ago

Closes with #2916068