Pylint report from report.jinja2

Score

7.53 / 10 (previous score: 7.52 / 10)

Messages

Module aixcalibuha.calibration.__init__ (aixcalibuha/calibration/__init__.py)

Line Col. Type Symbol ID Obj Message
1 0 refactor duplicate-code R0801
Similar lines in 2 files
==aixcalibuha.calibration.calibrator:[260:270]
==aixcalibuha.sensitivity_analysis.sensitivity_analyzer:[270:280]
            if self.suffix_files == "mat":
                postprocess_mat_result = empty_postprocessing
                kwargs_postprocessing = {}
            else:
                postprocess_mat_result = convert_mat_to_suffix
                kwargs_postprocessing = {
                    'variable_names': self.sim_api.result_names,
                    'suffix_files': self.suffix_files,
                    'parquet_engine': self.parquet_engine
                }
1 0 refactor cyclic-import R0401
Cyclic import (aixcalibuha -> aixcalibuha.sensitivity_analysis.plotting -> aixcalibuha.utils.visualizer)
1 0 refactor cyclic-import R0401
Cyclic import (aixcalibuha.sensitivity_analysis -> aixcalibuha.sensitivity_analysis.fast)
1 0 refactor cyclic-import R0401
Cyclic import (aixcalibuha -> aixcalibuha.sensitivity_analysis -> aixcalibuha.sensitivity_analysis.fast)
1 0 refactor cyclic-import R0401
Cyclic import (aixcalibuha.sensitivity_analysis -> aixcalibuha.sensitivity_analysis.morris)
1 0 refactor cyclic-import R0401
Cyclic import (aixcalibuha.sensitivity_analysis -> aixcalibuha.sensitivity_analysis.pawn)
1 0 refactor cyclic-import R0401
Cyclic import (aixcalibuha -> aixcalibuha.sensitivity_analysis -> aixcalibuha.sensitivity_analysis.sobol -> aixcalibuha.sensitivity_analysis.plotting -> aixcalibuha.utils.visualizer)

Module aixcalibuha.calibration.calibrator (aixcalibuha/calibration/calibrator.py)

Line Col. Type Symbol ID Obj Message
1 0 fatal astroid-error F0002
aixcalibuha/calibration/calibrator.py: Fatal error while checking 'aixcalibuha/calibration/calibrator.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2026-04-30-14-21-55.txt'.
6 0 convention ungrouped-imports C0412
Imports from package os are not grouped
8 0 convention ungrouped-imports C0412
Imports from package pathlib are not grouped
17 0 convention line-too-long C0301
Line too long (104/100)
101 0 convention line-too-long C0301
Line too long (121/100)
195 0 convention line-too-long C0301
Line too long (105/100)
203 0 convention trailing-whitespace C0303
Trailing whitespace
210 0 convention trailing-whitespace C0303
Trailing whitespace
216 0 convention trailing-whitespace C0303
Trailing whitespace
274 0 convention line-too-long C0301
Line too long (106/100)
275 0 convention line-too-long C0301
Line too long (104/100)
307 0 convention trailing-whitespace C0303
Trailing whitespace
310 0 convention trailing-whitespace C0303
Trailing whitespace
349 0 convention line-too-long C0301
Line too long (102/100)
389 0 convention trailing-whitespace C0303
Trailing whitespace
443 0 convention trailing-whitespace C0303
Trailing whitespace
511 0 convention trailing-whitespace C0303
Trailing whitespace

Module aixcalibuha.calibration.multi_class_calibrator (aixcalibuha/calibration/multi_class_calibrator.py)

Line Col. Type Symbol ID Obj Message
1 0 fatal astroid-error F0002
aixcalibuha/calibration/multi_class_calibrator.py: Fatal error while checking 'aixcalibuha/calibration/multi_class_calibrator.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2026-04-30-14-21-55.txt'.

Module aixcalibuha.data_types (aixcalibuha/data_types.py)

Line Col. Type Symbol ID Obj Message
1 0 fatal astroid-error F0002
aixcalibuha/data_types.py: Fatal error while checking 'aixcalibuha/data_types.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2026-04-30-14-21-53.txt'.
207 0 convention line-too-long C0301
Line too long (102/100)

Module aixcalibuha.sensitivity_analysis.fast (aixcalibuha/sensitivity_analysis/fast.py)

Line Col. Type Symbol ID Obj Message
5 0 error import-error E0401
Unable to import 'numpy'
6 0 error import-error E0401
Unable to import 'SALib.sample'
7 0 error import-error E0401
Unable to import 'SALib.analyze'
32 8 convention invalid-name C0103 FASTAnalyzer.__init__
Attribute name "M" doesn't conform to snake_case naming style

Module aixcalibuha.sensitivity_analysis.morris (aixcalibuha/sensitivity_analysis/morris.py)

Line Col. Type Symbol ID Obj Message
5 0 error import-error E0401
Unable to import 'numpy'
6 0 error import-error E0401
Unable to import 'SALib.sample'
7 0 error import-error E0401
Unable to import 'SALib.analyze'

Module aixcalibuha.sensitivity_analysis.pawn (aixcalibuha/sensitivity_analysis/pawn.py)

Line Col. Type Symbol ID Obj Message
6 0 error import-error E0401
Unable to import 'SALib.sample'
7 0 error import-error E0401
Unable to import 'SALib.sample'
8 0 error import-error E0401
Unable to import 'SALib.sample'
9 0 error import-error E0401
Unable to import 'SALib.analyze'
10 0 error import-error E0401
Unable to import 'numpy'
46 8 convention invalid-name C0103 PAWNAnalyzer.__init__
Attribute name "s" doesn't conform to snake_case naming style
51 8 convention invalid-name C0103 PAWNAnalyzer.__init__
Attribute name "M" doesn't conform to snake_case naming style

Module aixcalibuha.sensitivity_analysis.plotting (aixcalibuha/sensitivity_analysis/plotting.py)

Line Col. Type Symbol ID Obj Message
5 0 error import-error E0401
Unable to import 'pandas'
6 0 error import-error E0401
Unable to import 'numpy'
7 0 error import-error E0401
Unable to import 'matplotlib'
8 0 error import-error E0401
Unable to import 'matplotlib.pyplot'
9 0 error import-error E0401
Unable to import 'SALib.plotting.bar'
13 0 refactor too-many-locals R0914 plot_single
Too many local variables (18/15)
78 0 refactor too-many-locals R0914 plot_second_order
Too many local variables (22/15)
212 60 warning protected-access W0212 plot_single_second_order
Access to a protected member _suptitle of a client class
324 0 refactor too-many-locals R0914 plot_time_dependent
Too many local variables (27/15)
381 4 refactor too-many-nested-blocks R1702 plot_time_dependent
Too many nested blocks (6/5)
414 0 refactor too-many-locals R0914 plot_parameter_verbose
Too many local variables (25/15)

Module aixcalibuha.sensitivity_analysis.sensitivity_analyzer (aixcalibuha/sensitivity_analysis/sensitivity_analyzer.py)

Line Col. Type Symbol ID Obj Message
1 0 fatal astroid-error F0002
aixcalibuha/sensitivity_analysis/sensitivity_analyzer.py: Fatal error while checking 'aixcalibuha/sensitivity_analysis/sensitivity_analyzer.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2026-04-30-14-21-54.txt'.
5 0 convention ungrouped-imports C0412
Imports from package os are not grouped
545 0 convention line-too-long C0301
Line too long (104/100)

Module aixcalibuha.sensitivity_analysis.sobol (aixcalibuha/sensitivity_analysis/sobol.py)

Line Col. Type Symbol ID Obj Message
5 0 error import-error E0401
Unable to import 'pandas'
6 0 error import-error E0401
Unable to import 'SALib.sample'
7 0 error import-error E0401
Unable to import 'SALib.analyze'
8 0 error import-error E0401
Unable to import 'numpy'
105 4 refactor too-many-locals R0914 SobolAnalyzer._conv_local_results
Too many local variables (18/15)
138 4 refactor inconsistent-return-statements R1710 SobolAnalyzer._get_res_dict
Either all return statements in a function should return an expression, or none of them should.

Module aixcalibuha.utils.__init__ (aixcalibuha/utils/__init__.py)

Line Col. Type Symbol ID Obj Message
1 0 fatal astroid-error F0002
aixcalibuha/utils/__init__.py: Fatal error while checking 'aixcalibuha/utils/__init__.py'. Please open an issue in our bug tracker so we address this. There is a pre-filled template that you can use in '/home/runner/.cache/pylint/pylint-crash-2026-04-30-14-21-54.txt'.

Module aixcalibuha.utils.configuration (aixcalibuha/utils/configuration.py)

Line Col. Type Symbol ID Obj Message
6 0 error import-error E0401
Unable to import 'toml'
7 0 error import-error E0401
Unable to import 'numpy'
8 0 error import-error E0401
Unable to import 'ebcpy'
41 0 convention line-too-long C0301
Line too long (110/100)
42 0 convention line-too-long C0301
Line too long (116/100)
44 0 convention line-too-long C0301
Line too long (103/100)
46 0 convention line-too-long C0301
Line too long (111/100)
48 0 convention line-too-long C0301
Line too long (124/100)
188 9 warning unspecified-encoding W1514 write_config
Using open without explicitly specifying an encoding
203 9 warning unspecified-encoding W1514 read_config
Using open without explicitly specifying an encoding

Module aixcalibuha.utils.visualizer (aixcalibuha/utils/visualizer.py)

Line Col. Type Symbol ID Obj Message
12 0 error import-error E0401
Unable to import 'matplotlib.pyplot'
13 0 error import-error E0401
Unable to import 'numpy'
14 0 error import-error E0401
Unable to import 'ebcpy.utils'
32 8 refactor consider-using-min-builtin R1730 short_name
Consider using 'num_dots = min(num_dots, 3)' instead of unnecessary if block
40 0 refactor too-many-instance-attributes R0902 CalibrationLogger
Too many instance attributes (12/7)
92 28 warning nested-min-max W3301 CalibrationLogger._set_prec_and_with_for_tuner_paras
Do not use nested call of 'max'; it's possible to do 'max(bounds_max, abs(bounds_min))' instead
132 0 warning unused-argument W0613 CalibrationLogger.save_calibration_result
Unused argument 'kwargs'
160 77 warning unused-argument W0613 CalibrationLogger.calibrate_new_class
Unused argument 'for_validation'
191 4 convention missing-function-docstring C0116 CalibrationLogger.tuner_paras
Missing function or method docstring
254 0 warning unused-argument W0613 CalibrationLogger.log_intersection_of_tuners
Unused argument 'kwargs'
278 22 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_names_as_string
Formatting a regular string which could be a f-string
285 27 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_names_as_string
Formatting a regular string which could be a f-string
287 23 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_names_as_string
Formatting a regular string which could be a f-string
315 22 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_values_as_string
Formatting a regular string which could be a f-string
318 27 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_values_as_string
Formatting a regular string which could be a f-string
322 23 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_values_as_string
Formatting a regular string which could be a f-string
325 27 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_values_as_string
Formatting a regular string which could be a f-string
328 27 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_values_as_string
Formatting a regular string which could be a f-string
329 43 convention consider-using-f-string C0209 CalibrationLogger._get_tuner_para_values_as_string
Formatting a regular string which could be a f-string
337 0 refactor too-many-instance-attributes R0902 CalibrationVisualizer
Too many instance attributes (17/7)
521 48 convention consider-using-f-string C0209 CalibrationVisualizer.save_calibration_result
Formatting a regular string which could be a f-string
522 46 convention consider-using-f-string C0209 CalibrationVisualizer.save_calibration_result
Formatting a regular string which could be a f-string
536 13 warning unspecified-encoding W1514 CalibrationVisualizer.save_calibration_result
Using open without explicitly specifying an encoding
587 0 convention line-too-long C0301
Line too long (104/100)
640 4 refactor too-many-locals R0914 CalibrationVisualizer._plot_goals
Too many local variables (16/15)

Module /home/runner/work/AixCaliBuHA/AixCaliBuHA/pylintrc (pylintrc)

Line Col. Type Symbol ID Obj Message
1 0 error unrecognized-option E0015
Unrecognized option found: no-space-check
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'print-statement' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'parameter-unpacking' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'unpacking-in-except' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'old-raise-syntax' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'backtick' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'import-star-module-level' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'apply-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'basestring-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'buffer-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'cmp-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'coerce-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'execfile-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'file-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'long-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'raw_input-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'reduce-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'standarderror-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'unicode-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'xrange-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'coerce-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'delslice-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'getslice-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'setslice-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'no-absolute-import' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'old-division' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'dict-iter-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'dict-view-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'next-method-called' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'metaclass-assignment' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'indexing-exception' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'raising-string' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'reload-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'oct-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'hex-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'nonzero-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'cmp-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'input-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'round-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'intern-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'unichr-builtin' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'map-builtin-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'zip-builtin-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'range-builtin-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'filter-builtin-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'using-cmp-argument' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'div-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'idiv-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'rdiv-method' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'exception-message-attribute' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'invalid-str-codec' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'sys-max-int' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'bad-python3-import' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'deprecated-string-function' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'deprecated-str-translate-call' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'deprecated-itertools-function' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'deprecated-types-field' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'next-method-defined' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'dict-items-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'dict-keys-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 refactor useless-option-value R0022
Useless option value for '--disable', 'dict-values-not-iterating' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942.
1 0 warning unknown-option-value W0012
Unknown option value for '--disable', expected a valid pylint message and got 'long-suffix'
1 0 warning unknown-option-value W0012
Unknown option value for '--disable', expected a valid pylint message and got 'old-ne-operator'
1 0 warning unknown-option-value W0012
Unknown option value for '--disable', expected a valid pylint message and got 'old-octal-literal'
1 0 warning unknown-option-value W0012
Unknown option value for '--disable', expected a valid pylint message and got 'non-ascii-bytes-literal'
1 0 warning unknown-option-value W0012
Unknown option value for '--disable', expected a valid pylint message and got 'locally-enabled'
1 0 warning unknown-option-value W0012
Unknown option value for '--disable', expected a valid pylint message and got 'eq-without-hash'

Metrics

Count per types

Name Count
error 27
refactor 78
warning 14
convention 40
fatal 5

Count per messages

Name Count
unrecognized-option 1
useless-option-value 60
unknown-option-value 6
line-too-long 14
astroid-error 5
import-error 26
unspecified-encoding 3
consider-using-min-builtin 1
too-many-instance-attributes 2
nested-min-max 1
unused-argument 3
missing-function-docstring 1
consider-using-f-string 11
too-many-locals 6
protected-access 1
too-many-nested-blocks 1
ungrouped-imports 3
invalid-name 3
inconsistent-return-statements 1
trailing-whitespace 8
duplicate-code 1
cyclic-import 6

Count per modules

Name Count
/home/runner/work/AixCaliBuHA/AixCaliBuHA/pylintrc 67
aixcalibuha.data_types 2
aixcalibuha.utils.configuration 10
aixcalibuha.utils.visualizer 25
aixcalibuha.utils.__init__ 1
aixcalibuha.sensitivity_analysis.sensitivity_analyzer 3
aixcalibuha.sensitivity_analysis.plotting 11
aixcalibuha.sensitivity_analysis.fast 4
aixcalibuha.sensitivity_analysis.pawn 7
aixcalibuha.sensitivity_analysis.sobol 6
aixcalibuha.sensitivity_analysis.morris 3
aixcalibuha.calibration.multi_class_calibrator 1
aixcalibuha.calibration.calibrator 17
aixcalibuha.calibration.__init__ 7

Count per path

Name Count
pylintrc 67
aixcalibuha/data_types.py 2
aixcalibuha/utils/configuration.py 10
aixcalibuha/utils/visualizer.py 25
aixcalibuha/utils/__init__.py 1
aixcalibuha/sensitivity_analysis/sensitivity_analyzer.py 3
aixcalibuha/sensitivity_analysis/plotting.py 11
aixcalibuha/sensitivity_analysis/fast.py 4
aixcalibuha/sensitivity_analysis/pawn.py 7
aixcalibuha/sensitivity_analysis/sobol.py 6
aixcalibuha/sensitivity_analysis/morris.py 3
aixcalibuha/calibration/multi_class_calibrator.py 1
aixcalibuha/calibration/calibrator.py 17
aixcalibuha/calibration/__init__.py 7