Skip to content

Conversation

@jessica-mitchell
Copy link
Contributor

Uses cursor

Note that this test fails, but I am unsure what the problem is, it seems to be structured nicely so maybe the issue is minor.

@jessica-mitchell jessica-mitchell added S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation. I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Jul 11, 2025
@github-project-automation github-project-automation bot moved this to In progress in PyNEST-NG Jul 11, 2025
@github-actions
Copy link

Pull request automatically marked stale!

@github-actions github-actions bot added the stale Automatic marker for inactivity, please have another look here label Oct 11, 2025
@github-actions github-actions bot removed the stale Automatic marker for inactivity, please have another look here label Nov 8, 2025
@terhorstd terhorstd added the focus Issue/PR is part of the focused group of items in an ongoing coordinated effort. label Nov 14, 2025
@terhorstd terhorstd removed the request for review from heplesser November 17, 2025 10:43
@heplesser heplesser requested a review from shimoura November 27, 2025 20:15
Copy link

@shimoura shimoura left a comment

Choose a reason for hiding this comment

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

All tests passed.
Besides that, some parameters present in the Sli version are not in the Python version, but I'm not sure if this was intentional or not.

} forall

%% seventh: test ConnectLayers with good kernels
good_distance_parameters [ 0.5 1.0 ] join

Choose a reason for hiding this comment

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

I don't see these parameters listed in the Python version. Was it intentional?

} forall

%% ninth: test ConnectLayers with good weights
good_parameters [ 0.5 1.0 ] join

Choose a reason for hiding this comment

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

These parameters are also not listed in the Python version. Was it intentional?

]

# --- Good and bad conn specs ---
good_connspecs = [

Choose a reason for hiding this comment

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

From the sli version, there are two sets of parameters I don't see here:

  • /connection_type /pairwise_bernoulli_on_source /synapse_model /static_synapse
  • /connection_type /pairwise_bernoulli_on_source /delay 2.0

/bad_layers
[
<< /shape [ 1 ] /elements /iaf_psc_alpha >> % too few elements in shape
<< /shape [ 2 2 ] /elementsss /iaf_psc_alpha >> % misspelling

Choose a reason for hiding this comment

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

This misspelled key test case isn't present in the Python version. Not sure where it would fit, or if it was removed on purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

focus Issue/PR is part of the focused group of items in an ongoing coordinated effort. I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Maintenance Work to keep up the quality of the code and documentation.

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

4 participants