| Conditions | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | import pytest |
||
| 9 | @pytest.fixture |
||
| 10 | def define_command(data_manager_command_decorator): |
||
| 11 | def _define_engine_command(data_manager): |
||
| 12 | pass |
||
| 13 | # from so_magic.data.discretization import |
||
| 14 | # @data_manager_command_decorator() |
||
| 15 | # def discretize_to_intervals_command(_data_manager, datapoints, new_column): |
||
| 16 | return _define_engine_command |
||
| 17 | |||
| 27 |