Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
551692e
add pyproject.toml and change pre-commit
GuillermoFidalgo May 27, 2024
ebca9e8
delete file
GuillermoFidalgo May 27, 2024
147488f
add licensing text
GuillermoFidalgo May 27, 2024
f12d97c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 27, 2024
bad4368
Update pyproject.toml
GuillermoFidalgo May 27, 2024
e067de0
adding this awesome file
GuillermoFidalgo May 30, 2024
815dc23
Adding a test text file
jtchowdhury May 30, 2024
1987fac
Here is an edited version
jtchowdhury May 30, 2024
4ef36ed
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 30, 2024
981d92f
Awesome change
roy-cruz May 30, 2024
d7da5a6
Merge pull request #5 from jtchowdhury/main
GuillermoFidalgo May 30, 2024
e477f7a
Change to py file
roy-cruz May 30, 2024
6f4c4b3
Trying again to create conflit
roy-cruz May 30, 2024
2563b7d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 30, 2024
a708abc
adding more awesome changes
GuillermoFidalgo May 30, 2024
8e7eb7a
Merge branch 'main' into main
GuillermoFidalgo May 30, 2024
7cb3438
Merge pull request #21 from roy-cruz/main
GuillermoFidalgo May 30, 2024
920d4db
Merge branch 'mambelli:main' into main
GuillermoFidalgo Jan 20, 2026
5a21d51
updating my ci
GuillermoFidalgo Jan 20, 2026
d0dc90e
add license for REUSE
GuillermoFidalgo Jan 20, 2026
2da86fd
The local changes I made
jmorgan-15 Jan 22, 2026
d83cc4a
Merge pull request #22 from jmorgan-15/main
GuillermoFidalgo Jan 22, 2026
4ceded4
Changes from G2!
jitu16 Jan 22, 2026
f4518ad
Merge branch 'main' into main
GuillermoFidalgo Jan 22, 2026
13222ca
Add SPDX license headers to g2.py
GuillermoFidalgo Jan 22, 2026
2c12f57
Merge pull request #25 from jitu16/main
GuillermoFidalgo Jan 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code tree
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/checkout@v6
- name: Set up Python 3.9
uses: actions/setup-python@v6
with:
python-version: "3.7"
python-version: "3.9"
architecture: "x64"
- name: Install dependencies
run: |
Expand All @@ -42,5 +42,5 @@ jobs:
name: Run REUSE to check license compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: fsfe/reuse-action@v1
- uses: actions/checkout@v6
- uses: fsfe/reuse-action@v6
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code tree
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/checkout@v6
- name: Set up Python 3.9
uses: actions/setup-python@v6
with:
python-version: "3.7"
python-version: "3.9"
architecture: "x64"
- name: Install dependencies
run: |
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ This code is distributed under the Apache 2.0 license, see the [LICENSE](LICENSE
## Getting Started with development

There is a specfic document on this at [DEVELOPMENT.md](DEVELOPMENT.md)


This is g2!
These are locally made changes to my fork.
No NOW IT's OK.
8 changes: 8 additions & 0 deletions g2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: 2022 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache-2.0

#!/usr/bin/env python3
def foo():
print("Hi")

foo
11 changes: 9 additions & 2 deletions src/planetsmath/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@ def sum_function(list):
return sum


def sum_product(list):
def print_hello():
print("hello!")


def sum_product(lists):
def print_hello():
print("hello!")

product = 1.0
for item in list:
for item in lists:
product *= item
return product

Expand Down
6 changes: 6 additions & 0 deletions src/planetsmath/myFile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: 2022 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache-2.0

Thunderstorms!
That's my favorite weather!
Why does Fermilab have a tornado shelter?
4 changes: 4 additions & 0 deletions src/planetsmath/myfile_guillermo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2022 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache-2.0

nothing is the best color but everything is my least favorite color