ACCESS-NRI / amami

ACCESS Models Accessory Multitool Interface (AMAMI) is a Python package that bundles a set of commands to handle ACCESS models input and output files.
Apache License 2.0
0 stars 0 forks source link

Added license to all python files #34

Closed atteggiani closed 6 months ago

atteggiani commented 6 months ago

Fixes #24

atteggiani commented 6 months ago

I suggest deferring this PR until #20 is merged.

Yeah I thought about what would happen since there are modifications in those files. But if we merge this PR first, then won't git handle it for the other one? We might get asked to solve solve some conflicts but wouldn't that be ok?

Anyway it can be merged afterwards, it's just a curiosity I have.

truth-quark commented 6 months ago

I suggest deferring this PR until #20 is merged.

Yeah I thought about what would happen since there are modifications in those files. But if we merge this PR first, then won't git handle it for the other one? We might get asked to solve solve some conflicts but wouldn't that be ok?

I haven't come across this condition before. There might be a conflict with #33, even if this is merged 1st. It depends if git detects there's whitespace differences between the #34 version & the file deleted in PR #33 & flags a diff.