• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

freqtrade / freqtrade / 9394559170

26 Apr 2024 06:36AM UTC coverage: 94.656% (-0.02%) from 94.674%
9394559170

push

github

xmatthias
Loader should be passed as kwarg for clarity

20280 of 21425 relevant lines covered (94.66%)

0.95 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

87.5
/freqtrade/enums/hyperoptstate.py
1
from enum import Enum
1✔
2

3

4
class HyperoptState(Enum):
1✔
5
    """ Hyperopt states """
6
    STARTUP = 1
1✔
7
    DATALOAD = 2
1✔
8
    INDICATORS = 3
1✔
9
    OPTIMIZE = 4
1✔
10

11
    def __str__(self):
1✔
12
        return f"{self.name.lower()}"
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc