Skip to content

Commit ec434ed

Browse files
Merge pull request #135 from lucywowen/master
updated simulate function
2 parents ef0c688 + b996550 commit ec434ed

File tree

7 files changed

+2
-903
lines changed

7 files changed

+2
-903
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ ENV/
105105
.pytest_cache
106106

107107
# idea files
108+
.idea
108109
.idea/**/
109110

110111
*Untitled*

.idea/misc.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/timecorr-1.iml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 868 deletions
This file was deleted.

timecorr/simulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def simulate_data(datagen='ramping', return_corrs=False, set_random_seed=False,
126126
127127
"""
128128

129-
datagen_funcs = {'block': block_dataset, 'ramping': ramping_dataset, 'constant': constant_dataset, 'random':ramping_dataset}
129+
datagen_funcs = {'block': block_dataset, 'ramping': ramping_dataset, 'constant': constant_dataset, 'random':random_dataset}
130130

131131
if set_random_seed:
132132
if isinstance(set_random_seed, bool):

0 commit comments

Comments
 (0)