Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Apr 28, 2023
1 parent 2855cff commit 4e6e5ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nrn-modeldb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
wget --tries=4 -LO DROP_V1.zip ${AZURE_DROP_URL}
unzip DROP_V1.zip
mv drop DROP_V1
ls DROP_V1/
# Set drop dir in the env
echo "DROP_DIR_V1=`pwd`/DROP_V1" >> $GITHUB_ENV
Expand All @@ -92,7 +91,6 @@ jobs:
wget --tries=4 -LO DROP_V2.zip ${AZURE_DROP_URL}
unzip DROP_V2.zip
mv drop DROP_V2
ls DROP_V2/
# Set drop dir in the env
echo "DROP_DIR_V2=`pwd`/DROP_V2" >> $GITHUB_ENV
Expand Down
7 changes: 0 additions & 7 deletions modeldb/hocscripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
verify_yvec_.printf(verify_file_)
}
}
verify_file_.printf("=== end of graph dump ===\n")
verify_file_.close()
// Motivated by model 146949, which outputs various text files of spikes and so on
strdef extra_txt_pattern_
// head prints a header including the filename; arbitrary limit of 5000 in case of bad models
sprint(extra_txt_pattern_, "cd %s && head -n 5000 runsim-*.txt >> gout", verify_dir_)
system(extra_txt_pattern_)
}
"""

Expand Down

0 comments on commit 4e6e5ce

Please sign in to comment.