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

woper.jl : purge NPSS, other updates #19

Merged
merged 4 commits into from
Feb 29, 2024
Merged

Conversation

aditeyashukla
Copy link
Contributor

  • Removed NPSS
  • Changed function to take ac and specific off design mission to run
  • option to save off design mission returned values
  • initeng changed to bool
  • cleaned up code a bit

parm = ac.parm[:,mi:mi]
para = ac.para[:,:,mi:mi]
pare = ac.pare[:,:,mi:mi]
parad = ac.para[:,:,1:1]
Copy link
Member

Choose a reason for hiding this comment

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

This will create copies of the array, making it slower. Could use the new parad = ac.parad which directly gives a view of the array. Similarly ac.pared; ac.parmd etc should work.

@askprash askprash merged commit 7f4cc05 into MIT-LAE:main Feb 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants