nolanbrown01

Results 3 issues of nolanbrown01

Co-authored-by: Sona Chitchyan Co-authored-by: AlexHls Co-authored-by: Wolfgang Kerzendorf Co-authored-by: Joshua Shields ### :pencil: Description **Type:** :roller_coaster: `infrastructure` In numba_interface.py, wrote new classes GeometryGridSpherical1D, GeometryGridCartesian2D, and GeometryGridCartesian3D and appropriate numba_spec files....

model
infrastructure

### :pencil: Description **Type:** :roller_coaster: `infrastructure` Split test_gamma_ray_grid.py into test_calculate_distances_3d.py and test_r_packet_transport_3d.py. Moved the tests associated with each file into the appropriate test file. ### :vertical_traffic_light: Testing How did you...

restructure

### :pencil: Description **Type:** :roller_coaster: `infrastructure` Split gamma_ray_grid.py into r_packet_transport_3d.py and calculate_distances_3d.py. Moved move_packet into the former and the other two functions into the latter. Renamed move_packet --> move_packet_3d ;...

restructure