OxIonics / ionics_fits

Small python fitting library with an emphasis on Atomic Molecular and Optical Physics
Apache License 2.0
0 stars 0 forks source link

Replace self.__model with self.model in containers #148

Closed saking2 closed 6 months ago

saking2 commented 6 months ago

Avoids name mangling issues when parameters of the model neeed to be accessed / changed.