programming-formalisms / programming_formalisms_project_summer_2024

Learners' project of the Programming Formalisms course of summer 2024
GNU General Public License v3.0
0 stars 0 forks source link

GradientSim: conformize naming #26

Open richelbilderbeek opened 2 months ago

richelbilderbeek commented 2 months ago

Currently, in src, the file class_GradientSim.py contains the Python code.

The filename, however, is nonstandard: prefer using only lowercase and underscores instead.

Please rename it to gradient_sim.py. Update the tests :+1:

The class name GradientSim is OK :+1: