-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mock externalized params for Maslowian studies
- Loading branch information
1 parent
741b7d1
commit 5a0a4bd
Showing
6 changed files
with
42 additions
and
14 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
src/main/scala/net/codingstuffs/abilene/intake/ParamRequisitionActor.scala
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package net.codingstuffs.abilene.intake | ||
|
||
object ParamRequisitionActor { | ||
|
||
} | ||
|
||
class ParamRequisitionActor { | ||
|
||
} |
12 changes: 12 additions & 0 deletions
12
src/main/scala/net/codingstuffs/abilene/intake/mock/SocialBehavior.scala
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package net.codingstuffs.abilene.intake.mock | ||
|
||
object SocialBehavior { | ||
val index_means_sd: Map[String, (Double, Double)] = Map( | ||
"physio" -> (0, 0.2), | ||
"safety" -> (0, 0.2), | ||
"affiliation" -> (0, 0.2), | ||
"mate_acquisition" -> (0, 0.2), | ||
"mate_retention" -> (0, 0.2), | ||
"parenting" -> (0, 0.2) | ||
) | ||
} |
This file contains 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 contains 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 contains 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 contains 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