software-submission
software-submission copied to clipboard
GREOPy: A General Relativistic Emitter-Observer problem Python algorithm
Submitting Author: Jan P. Hackstein (@irideselby)
All current maintainers: (@irideselby)
Package Name: GREOPy
One-Line Description of Package: Calculate relativistic light rays sent by an emitter to a receiver in the presence of a gravitational field.
Repository Link: https://codeberg.org/JPHackstein/GREOPy
Version submitted: v0.2.1
EiC: @coatless
Editor: @jonas-eschle
Reviewer 1: @lpsinger
Reviewer 2: @Arya-AD
Archive: https://zenodo.org/records/14537866
JOSS DOI: TBD
Version accepted: TBD
Date accepted (month/day/year): TBD
Code of Conduct & Commitment to Maintain Package
- [x] I agree to abide by pyOpenSci's Code of Conduct during the review process and in maintaining my package after should it be accepted.
- [x] I have read and will commit to package maintenance after the review as per the pyOpenSci Policies Guidelines.
Description
GREOPy is a Python library for calculating relativistic light rays sent by an emitter to a receiver in the presence of a gravitational field. Finding a light ray connecting two events is sometimes called "Emitter-Observer" problem and is always present when it comes to communication between two observers, e.g. two satellites in orbit. GREOPy allows the emitter and receiver to move along arbitrary curves, making this an initial-value problem to solve from the emitter's perspective, and the gravitational field can be described by a rotating, non-accelerating central mass. Everything is being calculated in the general relativistic framework to include relativistic effects like light bending and the relativistic Doppler effect to be able to quantify their impact on error propagation. While only two spacetimes are implemented at the moment (even though further additions are planned), GREOPy is written in a way to allow the community to easily expand the number of spacetimes to suit their needs.
Scope
-
Please indicate which category or categories. Check out our package scope page to learn more about our scope. (If you are unsure of which category you fit, we suggest you make a pre-submission inquiry):
- [ ] Data retrieval
- [ ] Data extraction
- [x] Data processing/munging
- [ ] Data deposition
- [ ] Data validation and testing
- [ ] Data visualization[^1]
- [ ] Workflow automation
- [ ] Citation management and bibliometrics
- [ ] Scientific software wrappers
- [ ] Database interoperability
Domain Specific
- [ ] Geospatial
- [ ] Education
Community Partnerships
If your package is associated with an existing community please check below:
- [ ] Astropy:My package adheres to Astropy community standards
- [ ] Pangeo: My package adheres to the Pangeo standards listed in the pyOpenSci peer review guidebook
[^1]: Please fill out a pre-submission inquiry before submitting a data visualization package.
- For all submissions, explain how and why the package falls under the categories you indicated above. In your explanation, please address the following points (briefly, 1-2 sentences for each):
Data processing/munging: GREOPy uses parametrised curves, e.g. orbit data, to simulate communication via relativistic light rays between them. This allows analysis of relativistic effects on light and by extension any corresponding observable in some chosen spacetime, giving insights into fundamental properties of the underlying spacetime.
- Who is the target audience and what are scientific applications of this package?
This package is mainly targeted for scientists working in geodesy; it can be used to simulate satellite-satellite or satellite-ground station communication and from this derive, e.g. how the Earth mass distribution changes over time due to for example climate change.
- Are there other Python packages that accomplish the same thing? If so, how does yours differ?
Not the same thing. There exist of course Python packages that implement General Relativity, e.g. to be able to calculate light rays (lightlike/nulllike geodesics) as one can do with EinsteinPy for example. However there appear to be no packages that implement specifically the Emitter-Observer problem (initial-value problem with a variable target boundary) in terms of General Relativity.
- If you made a pre-submission enquiry, please paste the link to the corresponding issue, forum post, or other discussion, or
@tagthe editor you contacted:
No presubmission inquiry was made
Technical checks
For details about the pyOpenSci packaging requirements, see our packaging guide. Confirm each of the following by checking the box. This package:
- [x] does not violate the Terms of Service of any service it interacts with.
- [x] uses an OSI approved license.
- [x] contains a README with instructions for installing the development version.
- [x] includes documentation with examples for all functions.
- [x] contains a tutorial with examples of its essential functions and uses.
- [x] has a test suite.
- [x] has continuous integration setup, such as GitHub Actions CircleCI, and/or others.
Publication Options
- [x] Do you wish to automatically submit to the Journal of Open Source Software? If so:
JOSS Checks
- [x] The package has an obvious research application according to JOSS's definition in their submission requirements. Be aware that completing the pyOpenSci review process does not guarantee acceptance to JOSS. Be sure to read their submission requirements (linked above) if you are interested in submitting to JOSS.
- [x] The package is not a "minor utility" as defined by JOSS's submission requirements: "Minor ‘utility’ packages, including ‘thin’ API clients, are not acceptable." pyOpenSci welcomes these packages under "Data Retrieval", but JOSS has slightly different criteria.
- [x] The package contains a
paper.mdmatching JOSS's requirements with a high-level description in the package root or ininst/. - [x] The package is deposited in a long-term repository with the DOI: https://zenodo.org/records/14537866
Note: JOSS accepts our review as theirs. You will NOT need to go through another full review. JOSS will only review your paper.md file. Be sure to link to this pyOpenSci issue when a JOSS issue is opened for your package. Also be sure to tell the JOSS editor that this is a pyOpenSci reviewed package once you reach this step.
Are you OK with Reviewers Submitting Issues and/or pull requests to your Repo Directly?
This option will allow reviewers to open smaller issues that can then be linked to PR's rather than submitting a more dense text based review. It will also allow you to demonstrate addressing the issue via PR links.
- [x] Yes I am OK with reviewers submitting requested changes as issues to my repo. Reviewers will then link to the issues in their submitted review.
Confirm each of the following by checking the box.
- [x] I have read the author guide.
- [x] I expect to maintain this package for at least 2 years and can help find a replacement for the maintainer (team) if needed.
Please fill out our survey
- [x] Last but not least please fill out our pre-review survey. This helps us track submission and improve our peer review process. We will also ask our reviewers and editors to fill this out.
P.S. Have feedback/comments about our review process? Leave a comment here
Editor and Review Templates
Editor in Chief checks
Hi there! Thank you for submitting your package for pyOpenSci review. Below are the basic checks that your package needs to pass to begin our review. If some of these are missing, we will ask you to work on them before the review process begins.
Please check our Python packaging guide for more information on the elements below.
- [x] Installation The package can be installed from a community repository such as PyPI (preferred), and/or a community channel on conda (e.g. conda-forge, bioconda).
- [x] The package imports properly into a standard Python environment
import package.
- [x] The package imports properly into a standard Python environment
- [x] Fit The package meets criteria for fit and overlap.
- [x] Documentation The package has sufficient online documentation to allow us to evaluate package function and scope without installing the package. This includes:
- [x] User-facing documentation that overviews how to install and start using the package.
- [x] Short tutorials that help a user understand how to use the package and what it can do for them.
- [x] API documentation (documentation for your code's functions, classes, methods and attributes): this includes clearly written docstrings with variables defined using a standard docstring format.
- [x] Core GitHub repository Files
- [x] README The package has a
README.mdfile with clear explanation of what the package does, instructions on how to install it, and a link to development instructions. - [x] Contributing File The package has a
CONTRIBUTING.mdfile that details how to install and contribute to the package. - [x] Code of Conduct The package has a
CODE_OF_CONDUCT.mdfile. - [x] License The package has an OSI approved license. NOTE: We prefer that you have development instructions in your documentation too.
- [x] README The package has a
- [x] Issue Submission Documentation All of the information is filled out in the
YAMLheader of the issue (located at the top of the issue template). - [x] Automated tests Package has a testing suite and is tested via a Continuous Integration service.
- [x] Repository The repository link resolves correctly.
- [x] Package overlap The package doesn't entirely overlap with the functionality of other packages that have already been submitted to pyOpenSci.
- [x] Archive (JOSS only, may be post-review): The repository DOI resolves correctly.
- [x] Version (JOSS only, may be post-review): Does the release version given match the GitHub release (v1.0.0)?
- [x] Initial onboarding survey was filled out We appreciate each maintainer of the package filling out this survey individually. :raised_hands: Thank you authors in advance for setting aside five to ten minutes to do this. It truly helps our organization. :raised_hands:
Editor comments
Thanks for bearing with us as we hibernated over the holidays and assigned out a new EiC.
Regarding the package, I'm happy to work on assigning an editor.
However, I do want to bring to your attention a few concerns.
Specifically, the "How to find initial conditions" page linked on the documentation website is blank.
https://greopy.readthedocs.io/en/latest/about/initial_conditions.html
Also, the tutorial gallery only one tutorial is present ("Quick Start"). Do you envision additional tutorials being added during the review process?
https://greopy.readthedocs.io/en/latest/auto_tutorials/index.html
Lastly, the Quickstart example on the reduced grid also took about 15 minutes of compute time on Colab. Would it be possible to include a note on the documentation that computations may be long running?
Hello! Thank you very much for your answer and comments. Concerning the blank page on the wiki. It has sadly been sitting there for a while while I was working on different aspects of the package and it has been slipping through until now, but I think now will be a good time to finally update it. I definitely want to fill the tutorial gallery with more tutorials over time, and I think I have a good idea about a second small tutorial already. Now that I got the package into shape I can also focus more on tutorials. Also thank your for the notice on computation times, I will add a note to the documentation.
I will begin working on the comments in the next couple of days and update everything accordingly, so thanks again! Maybe one question: Between submitting the package and now, I have found a bug concerning the light ray calculation for which I have worked out a fix. May I just update the package while the review process is going on? I imagine that the review process will be conducted with the exact version I submitted, so in case the bug will be found by the reviewers as well, do I then just link to the package version/PR that fixes the bug?
@irideselby Okay, let's hold off on sending it out for the review until the bug regarding light ray calculation is fixed as that may impact what SME reviewers of the software respond with.
Sound okay?
@coatless Thank you for waiting, I fixed the bug and bumped the version accordingly. I also edited the initial message in this thread to reflect this change, so now the submitted version is 0.2.1 instead of 0.2.0, I hope that's alright.
@irideselby thanks for letting me know. I'll start the process of assigning an editor.
I have now added the paper.md for JOSS in a paper/ directory and added a tick for the corresponding bullet point in the initial submission message.
hi @irideselby just a quick note that we are still onboarding new editors! We had a large group of packages submitted to us and are onboarding a bunch of new people. Thank you for your patience and for pulling the JOSS part together!
@irideselby Thank you for your patience! We've secured an editor to further move the review along.
We're happy to announce that @jonas-eschle will be the editor for your submission.
For next step, we'll be working toward getting reviewers assigned. This step is detailed here:
https://www.pyopensci.org/software-peer-review/how-to/author-guide.html#the-review-begins
Hi @irideselby! I'm excited to be the editor leading your reviews! I'm going to review everything and start working toward assigning reviewers for the software and will keep you updated here.
@coatless Thank you very much! And hi @jonas-eschle, I'm looking forward to be working with you through the process.
Hi @irideselby, to give you a heads-up, I am looking for reviewers currently. I think the package overall suits well and I didn' find any major obstacle. Just a few minor things, they're not critical but good to know:
- the package seems barely discoverable. The only way I was able to find the package is via the link provided, but google does not return any result (DuckDuckGo does). Not sure what can be done, but just FYI.
- You seem to be the only contributor so far. Do you have any chance of involving other people, maybe for the long-term?
- Do you have any idea about the user-base?
I'll let you know once I found two reviewers!
@jonas-eschle Thank you for the feedback. Concerning the second point, this package arose from research I'm currently doing in my PhD, which is why I have started out on my own. However, involving other people in the package's development is definitely something I would like to do in the future; that's the reason why I have put so much effort into trying to make the package accessible in the first place. I have also already talked about maintaining and working on the package long-term with some colleagues and am currently working with them on papers that will cite the package, which in turn will hopefully help with discoverability. The papers are of course aimed at the user-base, and I shortly address it in the JOSS paper draft that I added to the repository as well. I'm looking forward to the reviews!
@irideselby makes sense! And I am glad that you put the effort into making it maintainable and vetting it here. The comment about the hosting was also about familiarity, it's, IMH experience, just easier to get people on Github to contribute, because everyone has a Github account. But that's your decision of course, nothing to hold up the review.
And after searching for a while, I've finally found two reviewers, welcome @lpsinger and @KandiSanjana! Thank you for volunteering to review!
Please fill out our pre-review survey
Before beginning your review, please fill out our pre-review survey. This helps us improve all aspects of our review and better understand our community. No personal data will be shared from this survey - it will only be used in an aggregated format by our Executive Director to improve our processes and programs.
- [ ] reviewer 1 survey completed.
- [ ] reviewer 2 survey completed.
The following resources will help you complete your review:
- Here is the reviewers guide. This guide contains all of the steps and information needed to complete your review.
- Here is the review template that you will need to fill out and submit here as a comment, once your review is complete.
Please get in touch with any questions or concerns! Your review is due by 16th May, please let us know if you expect to need more time.
@jonas-eschle Thank you for your time and effort! And welcome to the thread, @lpsinger and @Arya-AD, I'm very excited to hear from you!
Hi @lpsinger and @Arya-AD, what are the status of your reviews? We're already slightly overdue, do you have an estimate when you can provide them?
Package Review
Please check off boxes as applicable, and elaborate in comments below. Your review is not limited to these topics, as described in the reviewer guide
- [x] As the reviewer I confirm that there are no conflicts of interest for me to review this work (If you are unsure whether you are in conflict, please speak to your editor before starting your review).
Documentation
The package includes all the following forms of documentation:
- [x] A statement of need clearly stating problems the software is designed to solve and its target audience in README.
- [x] Installation instructions: for the development version of the package and any non-standard dependencies in README.
- [x] Vignette(s) demonstrating major functionality that runs successfully locally.
- [x] Function Documentation: for all user-facing functions.
- [x] Examples for all user-facing functions.
- [x] Community guidelines including contribution guidelines in the README or CONTRIBUTING.
- [ ] Metadata including author(s), author e-mail(s), a url, and any other relevant metadata e.g., in a
pyproject.tomlfile or elsewhere.
Readme file requirements The package meets the readme requirements below:
- [x] Package has a README.md file in the root directory.
The README should include, from top to bottom:
- [x] The package name
- [ ] Badges for:
- [ ] Continuous integration and test coverage,
- [x] Docs building (if you have a documentation website),
- [x] A repostatus.org badge,
- [x] Python versions supported,
- [x] Current package version (on PyPI / Conda).
NOTE: If the README has many more badges, you might want to consider using a table for badges: see this example. Such a table should be more wide than high. (Note that the a badge for pyOpenSci peer-review will be provided upon acceptance.)
- [x] Short description of package goals.
- [x] Package installation instructions
- [x] Any additional setup required to use the package (authentication tokens, etc.)
- [x] Descriptive links to all vignettes. If the package is small, there may only be a need for one vignette which could be placed in the README.md file.
- [x] Brief demonstration of package usage (as it makes sense - links to vignettes could also suffice here if package description is clear)
- [x] Link to your documentation website.
- [x] If applicable, how the package compares to other similar packages and/or how it relates to other packages in the scientific ecosystem.
- [x] Citation information
Usability
Reviewers are encouraged to submit suggestions (or pull requests) that will improve the usability of the package as a whole. Package structure should follow general community best-practices. In general please consider whether:
- [x] Package documentation is clear and easy to find and use.
- [x] The need for the package is clear
- [x] All functions have documentation and associated examples for use
- [x] The package is easy to install
Functionality
- [x] Installation: Installation succeeds as documented.
- [x] Functionality: Any functional claims of the software been confirmed.
- [x] Performance: Any performance claims of the software been confirmed.
- [x] Automated tests:
- [x] All tests pass on the reviewer's local machine for the package version submitted by the author. Ideally this should be a tagged version making it easy for reviewers to install.
- [x] Tests cover essential functions of the package and a reasonable range of inputs and conditions.
- [x] Continuous Integration: Has continuous integration setup (We suggest using Github actions but any CI platform is acceptable for review)
- [x] Packaging guidelines: The package conforms to the pyOpenSci packaging guidelines.
A few notable highlights to look at:
- [x] Package supports modern versions of Python and not End of life versions.
- [x] Code format is standard throughout package and follows PEP 8 guidelines (CI tests for linting pass)
For packages also submitting to JOSS
- [x] The package has an obvious research application according to JOSS's definition in their submission requirements.
Note: Be sure to check this carefully, as JOSS's submission requirements and scope differ from pyOpenSci's in terms of what types of packages are accepted.
The package contains a paper.md matching JOSS's requirements with:
- [x] A short summary describing the high-level functionality of the software
- [x] Authors: A list of authors with their affiliations
- [x] A statement of need clearly stating problems the software is designed to solve and its target audience.
- [x] References: With DOIs for all those that have one (e.g. papers, datasets, software).
Final approval (post-review)
- [x] The author has responded to my review and made changes to my satisfaction. I recommend approving this package.
Estimated hours spent reviewing:
Review Comments
@irideselby, please see https://codeberg.org/JPHackstein/GREOPy/issues/22, related to the Metadata item above.
@irideselby, please add the following status badges:
- Continuous integration and test coverage
- A repostatus.org badge
- Python versions supported (https://shields.io can provide this)
@irideselby, the commands in the Quickstart fail with this error:
---------------------------------------------------------------------------
PicklingError Traceback (most recent call last)
Cell In[10], line 3
1 from greopy.emitter_observer_problem import eop_solver
----> 3 light_rays = eop_solver(
4 config,
5 emission_curve_reduced,
6 receiver_curve_data,
7 multiprocessing=True,
8 hypersurface_approximation=True,
9 euclidean_approximation=True,
10 )
File [~/Library/Python/3.11/lib/python/site-packages/greopy/emitter_observer_problem.py:1374](http://localhost:8888/~/Library/Python/3.11/lib/python/site-packages/greopy/emitter_observer_problem.py#line=1373), in eop_solver(config, curve_emitter, curve_receiver, multiprocessing, hypersurface_approximation, hypersurface_angle_range, de_relative_tolerance, de_absolute_tolerance, de_popsize, de_max_iterations, de_seed, solve_ivp_absolute_tolerance, solve_ivp_relative_tolerance, root_tolerance, max_distance_measure, euclidean_approximation, affine_parameter_mesh_length, verbose)
1361 processes = [Process(
1362 target=light_ray_calculation_multiprocessing,
1363 args=(orbit_indexed[i],
(...) 1370 q)
1371 ) for i in range(len(orbit_indexed))]
1373 for process in processes:
-> 1374 process.start()
1376 # call q.get as often as there are processes
1377 for process in processes:
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/process.py:121](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/process.py#line=120), in BaseProcess.start(self)
118 assert not _current_process._config.get('daemon'), \
119 'daemonic processes are not allowed to have children'
120 _cleanup()
--> 121 self._popen = self._Popen(self)
122 self._sentinel = self._popen.sentinel
123 # Avoid a refcycle if the target function holds an indirect
124 # reference to the process object (see bpo-30775)
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/context.py:224](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/context.py#line=223), in Process._Popen(process_obj)
222 @staticmethod
223 def _Popen(process_obj):
--> 224 return _default_context.get_context().Process._Popen(process_obj)
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/context.py:288](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/context.py#line=287), in SpawnProcess._Popen(process_obj)
285 @staticmethod
286 def _Popen(process_obj):
287 from .popen_spawn_posix import Popen
--> 288 return Popen(process_obj)
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/popen_spawn_posix.py:32](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/popen_spawn_posix.py#line=31), in Popen.__init__(self, process_obj)
30 def __init__(self, process_obj):
31 self._fds = []
---> 32 super().__init__(process_obj)
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/popen_fork.py:19](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/popen_fork.py#line=18), in Popen.__init__(self, process_obj)
17 self.returncode = None
18 self.finalizer = None
---> 19 self._launch(process_obj)
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/popen_spawn_posix.py:47](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/popen_spawn_posix.py#line=46), in Popen._launch(self, process_obj)
45 try:
46 reduction.dump(prep_data, fp)
---> 47 reduction.dump(process_obj, fp)
48 finally:
49 set_spawning_popen(None)
File [/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/reduction.py:60](http://localhost:8888/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/multiprocessing/reduction.py#line=59), in dump(obj, file, protocol)
58 def dump(obj, file, protocol=None):
59 '''Replacement for pickle.dump() using ForkingPickler.'''
---> 60 ForkingPickler(file, protocol).dump(obj)
PicklingError: Can't pickle <function _lambdifygenerated at 0x1687e1a80>: attribute lookup _lambdifygenerated on __main__ failed
Ah I see, maybe for a quick workaround could you try to run the quickstart guide again but this time when calling the eop_solver function put multiprocessing=False to disable the multiprocessing and see whether the code runs through. I had implemented multiprocessing as a convenience, but it is not necessary to run the calculations.
But I'm taking note that multiprocessing (while making things faster if it does work) might not be suitable for a 'quickstart' script.
Ah I see, maybe for a quick workaround could you try to run the quickstart guide again but this time when calling the
eop_solverfunction putmultiprocessing=Falseto disable the multiprocessing and see whether the code runs through.
Yes, that works, but I can't sign off on this item unless the scripts int he Quickstart work as is:
Functionality: Any functional claims of the software been confirmed.
That's understandable. Are you running this script on a Windows machine? Because I think multiprocessing behaves differently on Windows and Linux, and I implemented multiprocessing with Linux in mind. If it is indeed the case, I think the easiest solution for now would be to change the quickstart guide to disable multiprocessing, because debugging this might be tricky for now.
Are you running this script on a Windows machine?
No, I'm on a Mac.
That's a good info, thanks! It appears that on both Windows and Mac child processes are spawned, where on Linux they are forked instead, meaning that functions that are passed onto a child process via forking don't need to be pickled, while they are pickled when the process is being spawned instead. That's why it gives the error about not being able to pickle the lambdifiy function (which is indeed not pickleable). Definitely already good feedback, thank you. I'll look further into this to see how to handle the problem. In the meantime I hope I'm not stalling the rest of the review, maybe you can continue without the multiprocessing for now, since as I said earlier it is not necessary (but for the item on your list I'll try and figure something out).
@lpsinger I have created a new branch with a potential fix. Would you please install the package from the branch by using pip install git+https://codeberg.org/JPHackstein/GREOPy.git@bugfix/multiprocessing_method and just run the quickstart guide again. Once you verify that it works with the fix I will merge it with the main branch.
Once you verify that it works with the fix I will merge it with the main branch.
No, it didn't work. I had to add this command manually before I ran any of the example commands:
import multiprocessing
multiprocessing.set_start_method('fork')
Alright thanks for the feedback. I reverted the changes I made in the branch and now decided to take out the multiprocessing flag in the quickstart script, but I additionally added a note to the quickstart documentation and eop_solver docstring that addresses the choice of start method for different operating systems and suggests to manually set the start method before calling the function.
You can find the new documentation for the bugfix branch with the updated quickstart script at
https://greopy.readthedocs.io/en/bugfix-multiprocessing_method/
Since I have reverted the previous change, it would be good to verify now whether the quickstart guide still works when manually adding multiprocessing=True to the eop_solver function and setting the start method as is described in the documentation. I'd like to see whether the guide is now consistent and everything works.
I encountered a small issue when trying to run the tests locally: https://codeberg.org/JPHackstein/GREOPy/pulls/23
Also, here is a PR to fix a typo: https://codeberg.org/JPHackstein/GREOPy/pulls/21
Another issue when running the tests locally: https://codeberg.org/JPHackstein/GREOPy/issues/24
Continuous Integration: Has continuous integration setup (We suggest using Github actions but any CI platform is acceptable for review)
The CI pipeline appears to not run the unit tests. Would you please have your CI pipeline run your unit tests?