Skip to content

Commit

Permalink
Fixes license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Jul 14, 2024
1 parent 856e382 commit 3345880
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hatchet/tests/query_compat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Lawrence Livermore National Security, LLC and other
# Copyright 2017-2023 Lawrence Livermore National Security, LLC and other
# Hatchet Project Developers. See the top-level LICENSE file for details.
#
# SPDX-License-Identifier: MIT
Expand Down
7 changes: 6 additions & 1 deletion hatchet/util/perf_measure.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright 2017-2023 Lawrence Livermore National Security, LLC and other
# Hatchet Project Developers. See the top-level LICENSE file for details.
#
# SPDX-License-Identifier: MIT

import os

try:
Expand All @@ -22,7 +27,7 @@ def _validate_perf_plugin(plugin_name):
if plugin_name.lower() == "caliper" and _PYCALIPER_AVAILABLE:
return "caliper"
elif plugin_name.lower() == "perfflowaspect" and _PYCALIPER_AVAILABLE:
return "perfflowaspect"
return "perfflowaspect"
return "none"


Expand Down

0 comments on commit 3345880

Please sign in to comment.