Closed yxqd closed 1 year ago
@granrothge I added this test to check the coordinate transformation. It is certainly not comprehensive but I wonder if you have some test cases in your mind I can quickly implement.
@ckendrick @granrothge I added an alias of abs2res
named applyTransformation
and used it in run_script
@granrothge I am going to merge this. Will add more tests if need to.
In current implementation, the coordinate transformation from one component to the next is done with method
abs2rel
, which is confusing. Should make an alias methodapplyTransformation
and use that.