jkelowitt / t-builder

Allows the user to generate a titration curve with arbitrarily functional titrants and analytes.
MIT License
4 stars 0 forks source link

Testing is becoming master. #4

Closed jkelowitt closed 3 years ago

jkelowitt commented 3 years ago

The gui was weighing me down, and there were a ton of bugs. A couple of changes were made.

  1. The gui has been removed. I plan on adding a gui in the future, but my python gui skills are non-existent to the point where I can't make a decision on what would be the best way to go about making one.
  2. The code has been converted into a class. This has helped with the clutter, and allowed for multiple titrations to be made at the same time.
  3. Effectively all the bugs with calculating the values for the titration and bjerrum plots have been solved. Invalid inputs are not corrected for yet, but that's a whole other beast.

I hope this will be a better foundation for future work with this project.