Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/run_tests_octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Make jsonread for octave
run: |
sudo apt-get -y -qq update
sudo apt-get -y install octave
sudo apt-get -y install liboctave-dev
sudo apt-get -y install octave octave-dev
cd lib/JSONio
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS

Expand Down
2 changes: 1 addition & 1 deletion notebooks/basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
"\n",
"- A json file that stores your data dictionary was created.\n",
"\n",
"Let's inpsect its content."
"Let's inspect its content."
]
},
{
Expand Down
Loading