Skip to content

Commit

Permalink
fix: bsd license abbrv and import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Aug 28, 2024
1 parent fccfbc2 commit 192f931
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metrics/contributors/contributor-pr-issues.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"title: Contributor Metrics -- pyOpenSci\n",
"subtitle: Counts of issue and pull request activity on GitHub\n",
"license:\n",
" code: BSD-3\n",
" code: BSD-3-Clause\n",
"---"
]
},
Expand Down
4 changes: 2 additions & 2 deletions metrics/peer-review/current-reviews-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"title: Current Software Review Stats\n",
"subtitle: pyOpenSci Peer Review Summary Stats\n",
"license:\n",
" code: BSD-3\n",
" code: BSD-3-Clause\n",
"---\n",
"\n",
"This is a workflow that colates all GitHub issues associated with our reviews. "
Expand Down Expand Up @@ -51,7 +51,7 @@
"from pyosmeta import ProcessIssues\n",
"from pyosmeta.github_api import GitHubAPI\n",
"\n",
"from functions import count_edits_by_quarter\n",
"from pyosmetrics.functions import count_edits_by_quarter\n",
"\n",
"# Suppress all warnings\n",
"warnings.filterwarnings(\"ignore\")"
Expand Down
2 changes: 1 addition & 1 deletion metrics/peer-review/historical-peer-review-stats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"title: Historical Software Peer Review -- pyOpenSci\n",
"subtitle: Peer Review Submission Summary Stats\n",
"license:\n",
" code: BSD-3\n",
" code: BSD-3-Clause\n",
"---"
]
},
Expand Down

0 comments on commit 192f931

Please sign in to comment.