Erdnaxela3/bioptim_gui

View on GitHub
gui/lib/models/python_interface.dart

Summary

Maintainability
Test Coverage

Component PythonInterface has 18 number of methods (exceeds 10 allowed). Consider refactoring.
Open

class PythonInterface {
  static final PythonInterface _instance = PythonInterface._internal();
  static PythonInterface get instance => _instance;

  void registerToStatusChanged(Function(PythonInterfaceStatus) callback) =>
Severity: Info
Found in gui/lib/models/python_interface.dart by dart

TODO found
Open

    // TODO Better fail if not ready (popup?)
Severity: Minor
Found in gui/lib/models/python_interface.dart by fixme

TODO found
Open

  // TODO add common fix tips for user (such as running the app inside anaconda)
Severity: Minor
Found in gui/lib/models/python_interface.dart by fixme

There are no issues that match your filters.

Category
Status