oeg-upm / FAIR-Research-Object

Repository for the work on evaluating FAIRnes of Research Objects
Apache License 2.0
3 stars 0 forks source link

Exception raised in research object #8

Closed esgg closed 2 years ago

esgg commented 2 years ago

I get the following exception in the research object: iswc_2022 ([https://github.com/dgarijo/ResearchObjects/tree/master/iswc_2022]) Traceback (most recent call last): File "/home/egonzalez/FAIR-Research-Object/code/full_ro_fairness.py", line 295, in ROFairnessCalculator(args.ro_path).\ File "/home/egonzalez/FAIR-Research-Object/code/full_ro_fairness.py", line 255, in calculate_fairness self.calculate_fairness(evaluate_ro_metadata, aggregation_mode) File "/home/egonzalez/FAIR-Research-Object/code/full_ro_fairness.py", line 237, in calculate_fairness self.evaluate_dataset(element, evaluate_ro_metadata) File "/home/egonzalez/FAIR-Research-Object/code/full_ro_fairness.py", line 132, in __evaluate_dataset component = self.build_component( TypeError: __build_component() takes from 6 to 7 positional arguments but 8 were given

BenitezDev commented 2 years ago

Should have been fixed with this commit