Skip to content
Snippets Groups Projects
Commit acdd05bf authored by Jakob Knollmueller's avatar Jakob Knollmueller
Browse files

fixed getting_started_2

parent 4aa2cb82
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ if __name__ == '__main__':
#correlated_field = ift.CorrelatedField(position_space, A)
# apply some nonlinearity
signal = ift.positive_tanh(correlated_field)
signal = ift.sigmoid(correlated_field)
# Building the Line of Sight response
LOS_starts, LOS_ends = get_random_LOS(100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment