-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Turned SolvingMicroDSOPs into the ReplicateMake example #176
Turned SolvingMicroDSOPs into the ReplicateMake example #176
Conversation
…licateMake example. Added copy_local.py to each major module as part of the ReplicateMake effort.
Update: the ReplicateMake-Take3 branch has been force-updated to remove the "copy_local" files in each module, and instead have the "copy_file_to_local()" functionality in HARK.core. Please see the documentation for that function in HARK.core for a description of how this works. |
Is there a pull request for the Replicate-Make thing? Should there be?
…On Fri, Aug 3, 2018 at 3:54 PM npalmer-professional < ***@***.***> wrote:
Update: the ReplicateMake-Take3 branch has been force-updated to remove
the "copy_local" files in each module, and instead have the
"copy_file_to_local()" functionality in HARK.core. Please see the
documentation for that function in HARK.core for a description of how this
works.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#176 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABQlf82piRaasuBShALH1MX59RKBRrGwks5uNKpfgaJpZM4Vb5l8>
.
--
- Chris Carroll
|
Isn't this it? |
Msg sounded like he just changed something in a branch.
…On Fri, Aug 3, 2018 at 5:52 PM Matthew N. White ***@***.***> wrote:
Isn't this it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#176 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABQlfy7-F5wSWPYo9K3l9tURNR9fqmdtks5uNMYZgaJpZM4Vb5l8>
.
--
- Chris Carroll
|
Yes, he changed something in the branch on which there's a pull request. So there's a new commit to that branch, and then a comment on the PR thread with additional info (beyond the commit message). |
For release notes: Created tool to produce an example "template" of a REMARK based on SolvingMicroDSOPs |
Changed file structure and added code to make MicroDSOPs into the ReplicateMake example.
Also added copy_local.py to each major module as part of the ReplicateMake effort.
Cleaned up the fork's history.