$ master
$ xnew new_test_pr3377 (git checkout new_test_pr3377 ...etc)
$ git fetch origin pull/3377/head:pr-3377
$ git checkout pr-3377
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.079", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"File Path": { | |
"bl_idname": "SvFilePathNode", | |
"height": 100.0, | |
"hide": false, | |
"label": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.079", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"File Path": { | |
"bl_idname": "SvFilePathNode", | |
"height": 100.0, | |
"hide": false, | |
"label": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.079", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"File Path": { | |
"bl_idname": "SvFilePathNode", | |
"height": 100.0, | |
"hide": false, | |
"label": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.079", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"File Path": { | |
"bl_idname": "SvFilePathNode", | |
"height": 100.0, | |
"hide": false, | |
"label": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"export_version": "0.079", | |
"framed_nodes": {}, | |
"groups": {}, | |
"nodes": { | |
"SVG Document": { | |
"bl_idname": "SvSvgDocumentNode", | |
"height": 100.0, | |
"hide": false, | |
"label": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is part of project Sverchok. It's copyrighted by the contributors | |
# recorded in the version control history of the file, available from | |
# its original location https://github.com/nortikin/sverchok/commit/master | |
# | |
# SPDX-License-Identifier: GPL3 | |
# License-Filename: LICENSE | |
# pylint: disable=c0301 | |
# pylint: disable=c0103 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type one grit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datetime | value | comment | kind | |
---|---|---|---|---|
29/04/2020 18:32 | 8.1 | --- | d | |
30/04/2020 17:49 | 9.1 | --- | d | |
02/05/2020 16:10 | 9.7 | --- | d | |
03/05/2020 16:27 | 9.2 | --- | d | |
04/05/2020 19:30 | 7.2 | --- | d | |
05/05/2020 18:08 | 7.1 | --- | d | |
06/05/2020 17:45 | 8.6 | --- | d | |
08/05/2020 11:05 | 10.2 | --- | l | |
08/05/2020 18:24 | 7.5 | --- | d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
in steps s d=40 n=2 | |
out nparray s | |
out nparray2 s | |
""" | |
import numpy as np | |
from numpy import zeros, random | |