Frakert / Predictive-Maintenance-Membrane-pumpm

In this project i will attempt to make a Predictive maintenance model for a membrane pump at CPP.
0 stars 0 forks source link

Check Column names #13

Closed Frakert closed 1 year ago

Frakert commented 1 year ago

Currently the code just blindly takes whatever input you give it and barely checks for anything. The result of this is that now 2 additional columns were added to AspenTech with the 301 tags, causing the code to get very confused.

Its time to start actually checking the input decently. Perhaps start creating some custom error codes for mistakes that could easily be made. (giving in to many columns, to little columns, columns that are not recognized, giving in too little data, etc.)