Skip to content
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

Issue543 #647

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

AndreiMoise111
Copy link
Contributor

The problem was that when a user was trying to print the variable times from a DCSource it didn't showed an error but an array. I changed All the variable named times by _times. I did the same thing for amplitudes. Except for these two I didn't change the name of the variable for StepCurrentSource. I also added a get_native_parameters because when the user was trying to print a variable which didn't exist, there was an NotImplementedError insted of the correct error. At last, I changed the type of the variable that was returned in _check_step_time from a list to an array.

…ror if the user wanted to print the parameter times for a DCSource for exemple. Did the same for amplitudes variable. Changed the condition if in set_native_parameters to implement those changes. Added a get_native_parameters function to print a error if the user prints a parameter that doesn't exist.
…tep_times) to change the type list to an array. Did the same for step_amplitudes
@coveralls
Copy link

coveralls commented Jul 8, 2019

Coverage Status

Coverage decreased (-0.06%) to 43.578% when pulling 34d4e71 on AndreiMoise111:issue543 into 1142720 on NeuralEnsemble:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants