forked from fitbenchmarking/fitbenchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Measure energy usage instead of emissions (fitbenchmarking#1377)
* switch from emissions to energy usage * remove local changes * Discard changes to .gitignore * Update fitbenchmarking/core/results_output.py Co-authored-by: RabiyaF <[email protected]> * Update fitbenchmarking/utils/fitbm_result.py Co-authored-by: RabiyaF <[email protected]> * Add units Co-authored-by: RabiyaF <[email protected]> * rename docs page * line length fix * Reduce interval for measuring power usage Co-authored-by: RabiyaF <[email protected]> * ruff format fix --------- Co-authored-by: RabiyaF <[email protected]>
- Loading branch information
1 parent
5b1cdc6
commit 67510c6
Showing
32 changed files
with
225 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _energy_usage: | ||
|
||
################## | ||
Energy Usage Table | ||
################## | ||
|
||
.. currentmodule:: fitbenchmarking.results_processing.energy_usage_table | ||
.. autoclass:: fitbenchmarking.results_processing.energy_usage_table.EnergyUsageTable | ||
:noindex: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.