Skip to content

Commit

Permalink
Merge pull request #208 from Boavizta/feat/199
Browse files Browse the repository at this point in the history
Implementing cpu die_completion from cpu_specs
  • Loading branch information
da-ekchajzer authored Aug 30, 2023
2 parents 0092bf1 + 9715bd2 commit 7ff1aff
Show file tree
Hide file tree
Showing 17 changed files with 507 additions and 566 deletions.
38 changes: 0 additions & 38 deletions boaviztapi/data/crowdsourcing/cpu_manufacture.csv

This file was deleted.

3 changes: 0 additions & 3 deletions boaviztapi/dto/component/cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
from boaviztapi.service.archetype import get_component_archetype


_cpu_df = pd.read_csv(os.path.join(os.path.dirname(__file__), '../../data/crowdsourcing/cpu_manufacture.csv'))


class CPU(ComponentDTO):
core_units: Optional[int] = None
die_size: Optional[float] = None
Expand Down
Loading

0 comments on commit 7ff1aff

Please sign in to comment.