mktranstrum / MBAM

Code for the Manifold Boundary Approximation Method
MIT License
14 stars 5 forks source link

Make this repo a working Python package #1

Closed yonatank93 closed 2 years ago

yonatank93 commented 2 years ago

Here is the TODO list I had for this process:

yonatank93 commented 2 years ago

@mktranstrum Do we need to specify M and N when instantiating Geodesic? M is not used anywhere in the calculation, and N can be retrieved from the initial parameters (self.N = len(x)).

yonatank93 commented 2 years ago

@mktranstrum I have addressed your comments. Can you take a look at it?

mktranstrum commented 2 years ago

Did you see the comment about the initial_velocity function? It doesn't look like you have made those changes yet.


From: Yonatan Kurniawan @.> Sent: Wednesday, July 6, 2022 5:35 PM To: mktranstrum/MBAM @.> Cc: mktranstrum @.>; Mention @.> Subject: Re: [mktranstrum/MBAM] WIP: Make this repo a working Python package (PR #1)

@mktranstrumhttps://github.com/mktranstrum I have addressed your comments. Can you take a look at it?

— Reply to this email directly, view it on GitHubhttps://github.com/mktranstrum/MBAM/pull/1#issuecomment-1176856825, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACY77GVCVFGKYOWLIXJXCODVSYJ2VANCNFSM52QV3O5Q. You are receiving this because you were mentioned.Message ID: @.***>

yonatank93 commented 2 years ago

I made those changes. I added 2 optional arguments in initial_velocity: i and forward. See this commit.