We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f00f2 commit 74814cdCopy full SHA for 74814cd
test/unit_tests/Models/Material/Material_Models/Correspondence/ut_Correspondence_UMAT.jl
@@ -60,31 +60,6 @@ end
60
Dict{String,Any}(),
61
),
62
)
63
- @test isnothing(
64
- Correspondence_UMAT.init_model(
65
- test_data_manager,
66
- Vector{Int64}(1:nodes),
67
- Dict{String,Any}(
68
- "File" => file,
69
- "Number of Properties" => 3,
70
- "Property_1" => 2,
71
- "Property_3" => 2.4,
72
- ),
73
74
- )
75
76
77
78
79
80
81
82
83
- "Property_2" => 2.4,
84
- "Property_4" => 2,
85
86
87
88
89
@test isnothing(
90
Correspondence_UMAT.init_model(
0 commit comments