Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Usability enhancements #18

Merged
merged 24 commits into from
Oct 18, 2018
Merged

Usability enhancements #18

merged 24 commits into from
Oct 18, 2018

Conversation

petebachant
Copy link
Contributor

I've made a bunch of changes to make FLORIS easier to use for my work. Resolves #13, supersedes #16 and #17.

@rafmudaf rafmudaf self-assigned this Aug 21, 2018
@petebachant petebachant mentioned this pull request Oct 6, 2018
@petebachant
Copy link
Contributor Author

@jrannoni are you taking over maintenance on this package? It would be good to get this merged into develop then master before master moves too far ahead. Let me know if you have any suggestions for changes. These modifications have made it a bit easier for us to use FLORIS for our work.

@rafmudaf
Copy link
Contributor

Hey @petebachant,

My apologies for the delay in getting this into FLORIS. We are planning to merge your changes, but I have a few things to add. Look out for a pull request to your fork and we can work together on getting to a good place with these improvements.

@petebachant
Copy link
Contributor Author

Sounds good. Feel free to request changes from me here as well.

@rafmudaf rafmudaf self-requested a review October 17, 2018 21:32
floris/farm.py Outdated
turbine_dict = {}
for c in list(zip(self.layout_x, self.layout_y)):
turbine_dict[Coordinate(c[0], c[1])] = copy.deepcopy(turbine)
self.turbine_map = TurbineMap(turbine_dict)

self.turbine = turbine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why assign a particular turbine to the farm class?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question! I need to see which commit put that in there.

@petebachant
Copy link
Contributor Author

I think the notebooks will need to be updated for the longer module names.

@rafmudaf
Copy link
Contributor

ah yes, I'll do that

@petebachant
Copy link
Contributor Author

Alright, we may be good to go!

@rafmudaf rafmudaf merged commit de98568 into WISDEM:develop Oct 18, 2018
@rafmudaf
Copy link
Contributor

Thanks for taking the time to do this @petebachant

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants