-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The unit conversion and unit handling system in the refactoring branch (sasdata.quantities.units) is a generated file, but also lives in the repo. When changes are made to the file that generates this file, but need to be committed, even though the changes in the base file nearly matches the changes in the generated file. Ideally, units.py should be added to .gitginore and removed from the repo entirely.
My concern with this is someone editing units.py instead of the base _units.py and then trying to generate the file which will destroy all of the changes.
Reactions are currently unavailable