Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature bin2parquet #1

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

corypdavis
Copy link

added the script in the base directory. Also added the tests I have - these are run from the base directory.

we have this as an installed console script, i.e. our setup.py

from setuptools import setup

setup(
name="pypsrio",
version="1.2.0",
description="package for handling input and output files from the PSR applications SDDP and OptGen",
packages=["pypsrio"],
entry_points={
"console_scripts": ["bin2parquet=pypsrio.bin2parquet:main"]
}
)

so I had to tweak the test to make it work in the pygraf repo

@dparrini dparrini merged commit f6f7399 into psrenergy:main Dec 3, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants