Skip to content

Conversation

@rieder
Copy link
Member

@rieder rieder commented Oct 9, 2024

No description provided.

@rieder rieder marked this pull request as ready for review October 30, 2024 14:58
@rieder rieder requested a review from a team as a code owner October 30, 2024 14:58
Copy link
Member

@LourensVeen LourensVeen left a comment

Choose a reason for hiding this comment

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

Looks good overall but I've left some questions and a proposal for one more fix.

result = self.read_fortran_block_floats(file)
return result.reshape(len(result) // size, size)

def write_fortran_block(self, file, input):
Copy link
Member

Choose a reason for hiding this comment

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

What does this code do? Is there anything affected by this?

@@ -1,236 +1,297 @@
import numpy
import os.path
from amuse.community import *
Copy link
Member

Choose a reason for hiding this comment

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

This is not a syntax update to amuse.rfi. Was that intended?


from amuse.rfi import slurm

from . import async_request
Copy link
Member

Choose a reason for hiding this comment

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

This file is such a disaster. But at least it's now a nicely formatted disaster. Great!



def cleanup_module(mod):
#print "CLEANUP!!"
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this Python 2 comment could just go?

@stale
Copy link

stale bot commented Dec 30, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 28 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status: stale Issues that have been around for a while without updates label Dec 30, 2024
@LourensVeen LourensVeen added status: keep-open This issue should not be auto-closed by the bot and removed status: stale Issues that have been around for a while without updates labels Dec 30, 2024
@HannoSpreeuw HannoSpreeuw moved this from Backlog to Open PRs in Development Board Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: keep-open This issue should not be auto-closed by the bot

Projects

Status: Open PRs

Development

Successfully merging this pull request may close these issues.

2 participants