Skip to content
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

[BUG] create_basal_contact_orientations() no longer called in map2loop #108

Open
markjessell opened this issue Sep 9, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@markjessell
Copy link
Contributor

Describe your issue

create_basal_contact_orientations() no longer called in map2loop

Minimal reproducing code example

code as is doesn't call this function any more...

Error message

No response

@markjessell markjessell added the bug Something isn't working label Sep 9, 2023
@markjessell markjessell changed the title create_basal_contact_orientations() no longer called in map2loop[BUG] [BUG] create_basal_contact_orientations() no longer called in map2loop Sep 9, 2023
@RoyThomsonMonash
Copy link
Contributor

Hi Mark,

Going through the repo history the create_basal_contact_orientations function was never called as part of the project run function. The save_basal_contacts_orientations_csv function is instead called and it does the same thing.

Recently (as of map2loop2 version 1.3.5 - Feb 2023) interpolating basal contacts and their orientations was removed by default and is now managed by using "workflow['contact_dips'] = True" before the Project run function is called.

@markjessell
Copy link
Contributor Author

markjessell commented Sep 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants