Skip to content

Commit 65ab150

Browse files
authored
Merge pull request #13 from qbic-projects/Refetch-info
Refetch info
2 parents 4a9045b + d6b5b5b commit 65ab150

3 files changed

Lines changed: 7811 additions & 3997 deletions

File tree

app/src/main/groovy/org/cpuInfoFetcher/AmpereSpecificationsFetcher.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class AmpereSpecificationsFetcher extends SpecificationsFetcher {
8181
)
8282

8383
// Load local specifications file as it is only available as .png on the website
84-
DataFrame spec_file = Csv.load("/Users/nadja/Documents/code_files/Processor_specifications_collector/input_data/Ampere_One_Family_Specifications_2025-03-20.csv")
84+
DataFrame spec_file = Csv.load(Paths.get('..', 'input_data', 'Ampere_One_Family_Specifications_2025-03-20.csv'))
8585
specifications = manually_add_processor_specifications(specifications, spec_file)
8686

8787
return specifications

0 commit comments

Comments
 (0)