Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Something critical changed from 1.14.14 to 1.14.15 #501

Description

@SteMasoli

Hi.

I have just installed Ubuntu on a new single blade and I was not able to run my optimization scripts with 1.14.16.
I downgraded to 1.14.14 and everything is fine again.

I have a class that defines a custom morphology overwriting the one contained in BPO and I think is out of date with 1.14.15/16.

class GrCMorphology2020(ephys.morphologies.NrnFileMorphology):
	def __init__(self, morphology_path, do_replace_axon):

		super(GrCMorphology2020, self).__init__(morphology_path, do_replace_axon)

Which are the changes I have to do to be on par?

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions