You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the get_spectrum method in the Model is difficult to read and maintain due to repeated checks, nested conditionals, and unclear separation of responsibilities. The logic for handling different SpecType modes and normalizations should be refactored to make the method more modular and easier to extend or debug.
The text was updated successfully, but these errors were encountered:
The current implementation of the get_spectrum method in the Model is difficult to read and maintain due to repeated checks, nested conditionals, and unclear separation of responsibilities. The logic for handling different SpecType modes and normalizations should be refactored to make the method more modular and easier to extend or debug.
The text was updated successfully, but these errors were encountered: