code-lab-org / tatc

Tradespace Analysis Toolkit for Constellations (version 3) Library
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Zero Padding #50

Closed suvan-kumar closed 2 months ago

suvan-kumar commented 3 months ago

zero_pad(object_name, max_number, current_number) -> str added to utils.py and implemented into TrainConstellation, WalkerConstellation, and MOGConstellation

suvan-kumar commented 3 months ago

Running black in commit a6a1e56 on tatc/src modified files that were not edited when adding the zero_pad function. I can revert this commit if necessary.