Skip to content

Commit

Permalink
fix sonarcloud issue and a few conversation change requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Dec 7, 2023
1 parent 45d234b commit d5f75ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/nmodl/nmodlfunc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <vector>

struct Rlist;
struct Reaction;

Expand Down Expand Up @@ -73,7 +71,6 @@ void ldifusreg();
void decode_ustr(Symbol* sym, double* pg1, double* pg2, char* s);
void units_reg();
void nrn_list(Item*, Item*);
std::vector<std::string> nrnlist_to_string(Item*, Item*);

void bablk(int ba, int type, Item* q1, Item* q2);
void nrn_use(Item* q1, Item* q2, Item* q3, Item* q4);
Expand Down
4 changes: 2 additions & 2 deletions test/hoctests/tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
assert x.get_ids().x[1] == 8

y = ns.rrr.set_seq
y(50.0)
assert x.get_seq() == 50.0
y(50)
assert x.get_seq() == 50

del x, y
assert z.count() == 0
Expand Down

0 comments on commit d5f75ed

Please sign in to comment.