Skip to content

Commit

Permalink
revert test change done in error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 26, 2023
1 parent a743ffa commit 4ff8b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_cpu_info(self, core_subsets):
self._current_state += 1
return core_states

def Xget_cores_in_state(self, all_core_subsets, states):
def get_cores_in_state(self, all_core_subsets, states):
cores_in_state = CPUInfos()
core_states = self._core_states[self._current_state]
for core_subset in all_core_subsets:
Expand Down

0 comments on commit 4ff8b83

Please sign in to comment.