-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename earth_model to detector_model #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, just need to change the earthparams directory to DetectorParams. I will do this in ~30 min after biking into work :)
Looks like there are a few other places that "earth" pops in that we might want to rename. |
There is also a file in math called Coordinates.cxx that we can delete. |
Yeah, for example functions like |
Finally, something is causing the build to fail pretty early on in the GitHub runners. We should fix that too. |
… name changes in comments and variables
I agree it seems to be legacy. But I think we should delete it in the coordinate transformation branch? |
…rParams instances
Ok I actually went back and renamed every earth -> detector instance that doesn't interface with DetectorModel::GetEarthCoordPosFromDetCoordPos, since I think we should rename that function based on the updates in the coordinate transformation branch |
I think this is the last remaining issue on this branch before we can merge |
Cool, yeah I'll make those changes in the coordinate transformation branch 👍 |
…ctor into dev/renaming
…ctor into dev/renaming
These latest cmake changes allowed one of the linux builds to work. We'll see if this extends to the rest of the builds invoked by cibuildwheel 🤞 |
The linux builds seem to be going just fine now, but the macos builds are still stuck on the delocate stage. It seems like it is complaining that it cannot find python. If it is trying to package the python shared object library into the wheel, then we could stop it from doing so with |
Okay, we're still getting the same error on cd2f3a4. I forgot that the Development.Module was conditional on cibuildwheel, so trying the combination of Development.Module and pybind11::python_link_helper on my local machine actually has the same linking error with python. |
…ide of the wheel.
… delocate-wheel call.
At least one of the macos builds is finishing now! |
awesome thanks Austin!! |
@nickkamp1 we can go ahead and merge this once you have a chance to look things over! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, merge approved! Thanks for getting the ci build working Austin
Just realized we forgot to rename these variables in the previous PR